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 asp net objects?
Why is mvc better than asp.net?
How many web config files can be created for an application?
How can we communicate with each server in N-tier Architecture? and what are the methods?
Explain how do you deploy your asp.net application?
What is a runtime version?
When Cookies are expired in ASP.NET?
Explain MVC model binders?
How to handle errors in Web API?
Can master pages be nested?
What is query string in asp.net?
Explain the function of new view engine in asp.net? : asp.net mvc
What does the hotspot class in .net do?
What are the new data controls in asp.net 2.0?
What is asp according to you?