Class Web Forms inherit from.... - ASP.NET

Name the class Web Forms inherit from.

The Page class.

The Page class is a control that acts as the user interface for your Web application. The Page class is a control that acts as the user interface for your Web application.
What are the different IIS isolation levels in ASP.NET?
ASP.NET - What are the different IIS isolation levels in ASP.NET? - Low (IIS Process): This is the fastest and the default IIS4 setting. ASP pages run in INetInfo.exe and so they are executed in-process...
What is AppSetting Section in "Web.Config" file?
AppSetting section is used to set the user defined values....
Difference between Server.Transfer and response.Redirect
Following are the major differences between them :- Server.Transfer - The browser is directly redirected to another page...
Post your comment