What base class do all Web Forms inherit from?



What base class do all Web Forms inherit from?..

Answer / karthikkommandi

System.Web.UI.Page

Is This Answer Correct ?    8 Yes 0 No

Post New Answer

More ASP.NET Interview Questions

What is state management technique?

0 Answers  


Explain the difference between value type and reference type?

0 Answers  


can machine.config file orverrides web.config. For example: if u set session timeout as 30 mins in web.config file to a particular application and if u set session timeout as 10 mins in machin.config. what will happen and which session is set to the appliction?

2 Answers   SunGard,


What is gacutil.exe? Where do we store assemblies, Should sn.exe be used before gacutil.exe?

2 Answers   Accenture, Aptech,


How do you do client-side validation in .net? How to disable validator control by client side javascript?

0 Answers  






What are the main differences between asp and asp.net?

0 Answers  


What is the use of response redirect in asp.net?

0 Answers  


What is HTTPContext and HTTPModule. What is the use of them?

1 Answers  


What types of data validation events are commonly seen in the client-side form validation?

0 Answers  


What is a global postback url?

0 Answers  


There is a login page that has two text boxes with required field validators on it. The page has a login and cancel button. How can we ensure that the click on the cancel button doesnt fire a validation event.

2 Answers   Proteans,


In which interface the template of any control like Gridview would Initiate?

2 Answers  


Categories