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
Answer Posted / manish singh
using system.Web.UI
| Is This Answer Correct ? | 6 Yes | 7 No |
Post New Answer View All Answers
Why do we use web config?
What is ispostback method in asp.net?
Name the tools or API for developing or testing web api?
What is the use of execute non query in asp.net?
What is DataGrid wheater its a Server Control or something else ?
What does occur first in ASP.Net, Authentication or Authorization?
What are the authentication types in asp.net?
Explain the advantages of caching?
What is the extension of master page in asp.net?
Which validator control you use if you need to make sure the values in two different controls matched?
What are the different methods of session maintenance in asp.net?
In early binding will the method invoked on com component will verify it?s existance in the system or not ?
How to find last error which occurred?
How can you make sure that web api returns json data only?
How can we register exception filter from the action?