What is the name of the base class that all web forms will
be inherited?

Answers were Sorted based on User's Feedback



What is the name of the base class that all web forms will be inherited?..

Answer / abhishek maitrey

It is PAGE class come from the followin hierachy.

System.Web.UI.Page

Is This Answer Correct ?    18 Yes 1 No

What is the name of the base class that all web forms will be inherited?..

Answer / krupali

SYSTEM.WEB.UI.PAGE

Is This Answer Correct ?    14 Yes 1 No

What is the name of the base class that all web forms will be inherited?..

Answer / sadanandam

SYSTEM.WEB.UI.PAGE

Is This Answer Correct ?    9 Yes 1 No

What is the name of the base class that all web forms will be inherited?..

Answer / srujana

Page class

Is This Answer Correct ?    8 Yes 3 No

What is the name of the base class that all web forms will be inherited?..

Answer / varun

System.Web.UI.Form class

Is This Answer Correct ?    2 Yes 3 No

What is the name of the base class that all web forms will be inherited?..

Answer / pramod sahoo,orissa

All .ASPX pages are inherited from

System.Web.UI.Form class

Is This Answer Correct ?    1 Yes 3 No

What is the name of the base class that all web forms will be inherited?..

Answer / krishan

Object.Control.TemplateControl.Page

Is This Answer Correct ?    1 Yes 5 No

Post New Answer

More ASP.NET Interview Questions

What is .net remoting?

0 Answers  


What is reflection and disadvantages of reflection ?

2 Answers   CTC, Microsoft,


how to elimainte the similar data from the different tables

0 Answers  


How will you load dynamic assembly? How will create assesblies at run time?

0 Answers  


Where can I get the details on migration of existing projects using various technologies to asp.net?

0 Answers  






Describe the two main components of the .NET framework ?

2 Answers  


How can we do the client side validation and Server side validations? But i told that At client side by with the help of validations control or by javascript? But I dont know about the Server side controls Explain?

5 Answers   iSoft, TCS,


Explain about asp.net state management?

0 Answers  


What events will occur when a page is loaded?

0 Answers  


What is page request in asp.net?

0 Answers  


What are Authentication and Authorization?

0 Answers  


What is session in http request?

0 Answers  


Categories