Given an ASP.NET Web Form called WebFrom1, what class does
the WebForm1 class inherit from by default?

a) System.Web.Form
b) System.Web.GUI.Page
c) System.Web.UI.Page
d) System.Web.UI.Form

Answers were Sorted based on User's Feedback



Given an ASP.NET Web Form called WebFrom1, what class does the WebForm1 class inherit from by defau..

Answer / rajesh

The answer is: c) System.Web.UI.Page

Is This Answer Correct ?    35 Yes 3 No

Given an ASP.NET Web Form called WebFrom1, what class does the WebForm1 class inherit from by defau..

Answer / kamlesh

c) System.Web.UI.Page

Is This Answer Correct ?    9 Yes 0 No

Given an ASP.NET Web Form called WebFrom1, what class does the WebForm1 class inherit from by defau..

Answer / manish singh

using system.Web.UI

Is This Answer Correct ?    6 Yes 7 No

Post New Answer

More ASP.NET Interview Questions

What is the result when the Web Form containing the following line is complied and executed? <asp:Button id=?thebutton? onClick=?theEvent? /> a) The button control is created; theEvent is the click event handler. b) Compiler error; the control must be set to runat=?server?. c) Compiler error; onClick is not a valid attribute. d) Runtime Exception; the control must be set to runat=?server?.

3 Answers   Syntax Softtech,


what is page life cycle state management postback cross page postback types of feilds in gridview gridview events their life cycle cte in sql diff truncate and delete paging concepts in gridview diff bet gridview datalist and repeater what new operations in sql 2005 compared to earlier you get

1 Answers   e4e,


Can we have multiple master pages in asp net?

0 Answers  


What base class do all Web Forms inherit from?

1 Answers  


How do you open a page in a new window?

0 Answers  






Which ASP.NET configuration options are supported in the ASP.NET implementation on the shared web hosting platform?

0 Answers  


How can we create custom controls in asp net?

0 Answers  


What is caching? What are the different types of caching?

6 Answers  


Explain exception handling in .net.

0 Answers  


what are the events raised in asp.net page life cycle?in which stage view state can be loaded?

0 Answers   EDS,


what is <location> tag?

2 Answers  


Explain what is clr?

0 Answers  


Categories