What base class do all Web Forms inherit from?

Answers were Sorted based on User's Feedback



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

Answer / nil

System.Web.UI.Page

Is This Answer Correct ?    72 Yes 6 No

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

Answer / swapna

All the Web forms inherits from Base class known as
System.Web.UI.

Is This Answer Correct ?    49 Yes 16 No

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

Answer / anjali

System.Web.UI.Page

Is This Answer Correct ?    28 Yes 5 No

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

Answer / chandu

its System.web.UI.Page not Forms.

Is This Answer Correct ?    16 Yes 2 No

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

Answer / mohamed shariff

my NAMES IS MOHAMED SHARIFF, FROM SIMAD INSTITUTE SOMALIA,
THE Right answer is the base class that all web forms
inherits is the SYSTEM.WEB.UI.PAGE AS SHOWN IN HERE.....

---Partial Class _Default
Inherits System.Web.UI.Page

Is This Answer Correct ?    13 Yes 1 No

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

Answer / swathi j

System.Web.UI.WebControls

Is This Answer Correct ?    0 Yes 0 No

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

Answer / sudhir sheoran

System.Windows.Forms

Is This Answer Correct ?    3 Yes 5 No

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

Answer / avengor

System.Windows.Forms

Is This Answer Correct ?    6 Yes 28 No

Post New Answer

More ASP.NET Interview Questions

What tags do you need to add within the asp:datagrid tags to bind columns manually

2 Answers  


Your ASP.NET application displays sales data on a page. You want to improve performance by holding the page in memory on the server for one hour. You want to ensure that the page is flushed from memory after one hour, and that the page is re-created when the next request for the page is received. What should you do? A . Initialize a new instance of the Cache class in the Application.Start event handler. B . Initialize a new instance of the Timer class in the Page.Load event handler. C . Set the Duration attribute of the OutputCache directive in the page. D . In the Web.config file, set the timeout attribute of the sessionState element.

5 Answers   ADITI, Syntax Softtech,


Why SessionID changes in every request in asp.net?

0 Answers   HCL,


Explain autherization levels in .net ?

2 Answers  


7. Do you have reference list?

4 Answers   CMC, Hotel Jobs, Mannar Company, Qatar Petroleums, Swatz Oils,






What is the best way to search any exact information on google?

3 Answers   Intellevate,


What is a 401 redirect?

0 Answers  


how to integrate Language conversion, without asking the enduser to download font, it should auto integrate

1 Answers  


Can I recieve both html markup for page and code in the asp.net web page's source code portion in the web browser?

0 Answers  


a web application needs to be created to accept the product name and quantity of a toy from a customer. After the customer has entered the product name the application needs to display the discounted price of the product to the customer (company is offering 35% discount on all products). The application should allow the customer to select the product name from a list box. and also while i'm data binding to a label with custom data binding with some declarations : "The Discounted Price is "+((System.Convert.todouble(lblprodprice.text)*(system.convert.todouble(txtqty.text)) - ((System.convert.todouble(lblprodprice.text)*(system.convert.todouble(txtqty.text)*0.35)). Where i need to give this declaration in asp.net 2.0.

0 Answers   Netsweeper,


What kind of data we can store in viewstate?

0 Answers  


Explain asp.net page life cycle?

0 Answers  


Categories