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
What is difference between session and cookie?
What are the new features implemented in ASP.NET?
What is sql data source control in asp.net?
What is the benefit of WebAPI over WCF?
How do you declare static variable? What is its lifetime?
What is viewstate information stored?
What is the use of HttpHandlers? When to use this?
Difference between web user control and web custom control?
What are all the various Estimation Techniques available ?
Where sessions are stored in asp.net?
What is difference between session and cookies?
What is a postback in asp net?
What are validator? Name the validation controls in asp.net? How do you disable them?
What does postback mean?
Is asp.net and .net same?