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 / rajesh
The answer is: c) System.Web.UI.Page
| Is This Answer Correct ? | 35 Yes | 3 No |
Post New Answer View All Answers
What is asp.net localization?
Describe how passport authentication works.
Is viewstate enabled by default?
What is cross page posting in asp net?
Will the asp.net validators run in server side or client side? How do you do client-side validation in .net?
How to turn off cookies for a page?
Describe Segmentation With Paging?
What is app_code folder in asp net?
Why we are using mvc instead of asp.net? : Asp.Net MVC
From which base class all web forms are inherited?
Describe the diffeerence between inline and code behind?
Explain parts of assembly?
What is the use of execute non query in asp.net?
What are early binding and late binding.
What is the purpose of master page?