What is the base class of master page & User Control in asp.net c#?

The inheritance tree of a MasterPage is: System. Object System.Web.UI. Control System.Web.UI.

TemplateControl System.Web.UI. UserControl System.Web.UI. MasterPage (taken from MasterPage class ) From that you can see what's confirmed on UserControl class that UserControl also inherits from TemplateControl, then Control and finally Object.

The inheritance tree of a MasterPage is: System. Object System.Web.UI. Control System.Web.UI.

TemplateControl System.Web.UI. UserControl System.Web.UI. MasterPage (taken from MasterPage class) From that you can see what's confirmed on UserControl class, that UserControl also inherits from TemplateControl, then Control and finally Object.

System.Web.UI. MasterPage for MasterPages and System.Web.UI. UserControl for User Controls.

Please let me know if that doesn't answer you question...

MasterPage inherits from System.Web.UI.UserControl. UserControl inherits from System.Web.UI.TemplateControl.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions