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
Explain about ASP.NET?
Where is the session stored?
Explain the difference between the web config and machine config.
By default, Web API sends HTTP response with which of the following status code for all uncaught exception?
How response object is related to asp's response object?
What is server side session?
What are the advantages and limitations of query string?
What are the event handlers that we can have in global.asax file?
What is inproc mode in session?
What is difference between datalist and gridview?
Explain a program using code nuggets to create a simple application? : asp.net mvc
What is the difference between the asp and asp.net?
How can we create pie chart in asp.net?
What is autopostback in dropdownlist in asp net?
Is viewstate enabled by default?