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 the difference between client-side and server-side validations in webpages?
Whats the difference between abstract factory pattern and factory pattern?
How to include silver light .xap page into asp.net web application and what is the purpose of using silverlight application?
What are validator? Name the validation controls in asp.net? How do you disable them?
What is a session http?
What are the contents of cookie?
In order to bind the data from a data source to the Repeater control what property is set and what method must you call in your code,?
What are the navigation ways between pages available in ASP.NET?
What is syntax code to send email from an asp.net application?
What is postback pixel?
What is the use of worker process in asp.net?
Explain about ASP.NET?
How do you do Client-side validation in .Net?
Explain the various authentication mechanisms in asp.net.
What is Partial PostBack in ASP.NET?