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 17 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 / abid

Page class

Is This Answer Correct ?    0 Yes 0 No

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

Answer / swathi j

System.Web.UI.WebControls

Is This Answer Correct ?    0 Yes 1 No

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

Answer / sudhir sheoran

System.Windows.Forms

Is This Answer Correct ?    3 Yes 6 No

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

Answer / avengor

System.Windows.Forms

Is This Answer Correct ?    6 Yes 29 No

Post New Answer

More ASP.NET Interview Questions

What are custom controls?

0 Answers  


What describes a query?

0 Answers  


What is skin in asp.net?

0 Answers  


What is strong-typing versus weak-typing?

0 Answers  


Is it possible to add aspx.vb file in to C# Web Project? If so how can i use the vb file in the C# Web project?

3 Answers  


What is query string?

0 Answers  


if i have placed the button control with the OnClick event like <asp:Button ID="mybutton" runat="server" Text="Insert" onclick="mybutton_Click" /> and some other controls(buttons, textboxes) in .aspx page. When i run the page, the button displays in the page source of the browser like <input type="submit" name="mybutton" value="Insert" id="mybutton" /> here, it does not display the onclick event, then how the page calls the button click on the server side, how the server side identify which button cause the submit, and how this page moves to the server side.

1 Answers  


Explain autherization levels in .net ?

2 Answers  


how many session modes are available?some brief explnation

1 Answers  


Name the control which can be used to reserve the space on web page for storing localized data.

3 Answers   IBM,


What is the file through which you can customize your asp.net application?

0 Answers  


To redirect the user to another page which method do we use without performing a round trip to the client?

0 Answers   Siebel,


Categories