Where does the Web page belong in the .NET Framework class
hierarchy?
Answer Posted / guest
System.Web.UI.Page
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
How can we create Tree control in asp.net?
What does session_start () do?
What is a gridview in asp.net?
Define managed code and managed data in .net?
What are cao and sao.
What is the maximum number of classes that can be contained in one dll file?
What is the difference between a cookie and a pixel?
What are the types of session in asp.net?
Dataset is the disconnected environment. suppose if you are binding records to gridview (disconnected environment) and you are making changes to the the grid but before updating the database if any other user modify the data, how will you avoid such problem?
To display data in a Repeater control which template you provide?
Write code to send e-mail from an asp.net application?
Difference between DataGid and Girdview? Difference b/w .Net 2.0, 3.0 and 3.5 ? Diff b/w dispose & Finialize Methods?
How to implement form based authentication in asp.net application?
Explain the differences between managed and unmanaged code?
How to store checkbox value in database in asp.net mvc? : Asp.Net MVC