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
What are client activated objects and server activated objects?
I am trying to implement sorting facility from client side code in GridView Control. So how can I fill up an Array inside client side code (using JavaScript), i want to assign my DataSet object declared and filled up on Server side(in code behind) to the array (on client side)
What is the difference between executescalar and executenonquery?
How can you identify that the page is post back?
What is custom events? How to create it?
Is it right that ASP.NET Web API has replaced WCF?
What is Difference between Production Serves and Development Servers? And Suppose, m adding/deleting C# file in a project based on the Specific Requirement. These Files are Automatically updated in Production Servers? So Which tool is needed to do This One?
What is asp.net mvc5? : Asp.Net MVC
Explain the boxing and unboxing concept in .net?
What is the difference between abstract class vs interface? Can give me the real time examples?
Explain cashing in asp.net.
Can we store object in viewstate?
What is session handling in a webfarm, how it can work with its limits?
How do u optimize a query in asp.net?
What are the different ways you would consider sending data across pages in ASP (i.e between asp to asp)?