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 / kamlesh
c) System.Web.UI.Page
| Is This Answer Correct ? | 9 Yes | 0 No |
Post New Answer View All Answers
Which data type does the rangevalidator control support?
What are the server controls in asp.net?
Can you explain the basic use of dataview?
Explain the main function of url routing system in asp.net mvc? : asp.net mvc
Explain in what order a destructors is called.
What is new asp.net core?
What is state management in .net?
How do you design a website with multilingual support in ASP.NET ?
If there are multiple update panels on the page say upd1 and upd2. There is a button placed in upd1. How can you stop upd2 to update when button placed in upd1 is clicked?
How will you do Redo and Undo in a TextControl?
What are the 3 levels at which content pages can be attached to Master Page?
How to create multi language website in asp.net mvc? : Asp.Net MVC
What is difference between cookies and cache?
What are the benefits of view state?
in which protocol ASP.NET WEB API Work?