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
How will you load dynamic assembly?
Explain the use of fragment caching.
What is the purpose of using MVC programming pattern in ASP.NET?
What is the difference between union and structure?
3. What goals do you have in your career?
How to reduce the width of textbox in editcommandcolumn of datagrid?
What is meant by web application?
What is http protocol and how it works?
What is the usage of DelegatingHandler?
What is the difference between ASP Session State and ASP.Net Session State?
What is the main function of url routing system in asp.net mvc? : asp.net mvc
What symbol would you use to denote, the start of a code block in aspx views?
What is enableviewstatemac in asp net?
What is ispostback method in asp.net? Why do we use that?
What is the difference between Hash table and Array list?