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

Explain the life cycle of an ASP .NET page

2 Answers   HCL, Surya Software,


What are the different method of navigation in asp.net?

0 Answers  


Can private assembly be used for more than one application? If so how?

7 Answers   Satyam,


True or False: To test a Web service you must create a windows application or Web application to consume this service?

1 Answers  


What are ASHX files?

0 Answers   HCL,






Where the cookie value is stored?

0 Answers  


How To Call Outside Javascript File? Example : Our Project File Folder Name "Sample" Another Folder Name "Check".Check Folder Is Out Side Of Our Project ?Check Folder Have Verify.Js File. My Question Is How To Call Verify.Js File.

3 Answers   Consagous, Phoenix Technologies,


What is difference between asp state management and asp.net state management? How can we pass info between 2 asp.net pages?

0 Answers  


Where does Web.Config Info stored? Will this be stored in the registry?

4 Answers   Accenture,


How about the security in Activex DLL and Activex EXE ?

0 Answers   DELL,


Describe a Windows Service and its lifecycle ?

0 Answers   Siebel,


What are Authentication and Authorization?

0 Answers  


Categories