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 use of resource manager class in .net.

0 Answers  


How to you can limit Access to Web API to Specific HTTP Verb?

0 Answers  


What is asp.net response object?

0 Answers  


State management in asp.net ?

8 Answers   Accenture,


Which namespace do the classes, allowing you to support COM functionality, are located?

1 Answers  






What is Partial in ASP.NET 2.0?

2 Answers   Fulcrum Logic,


What namespaces are imported by default in ASMX files?

2 Answers  


How to manage different kinds of sessions in ASP.NET?

0 Answers   Cap Gemini,


How to store a dataset in a viewstate?

3 Answers   IBM,


How do we make a poperty read only?

1 Answers   Microsoft,


When during the page processing cycle is ViewState available?

1 Answers   Siebel Systems,


What is the difference between web config and machine config files?

0 Answers  


Categories