Answer Posted / sangram kadam
There are 7 objects in Asp
Request,Response,session,Application,Server,AspError and
Object context
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
What is the difference between “Web.config” and “Machine.Config”?
How can we provide the WebParts control functionality to a server control?
Define common type system?
What is Pre-Render event in ASP.NET?
What is the difference between a multi-layer and multi-tier applications?
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 most appropriate lifetime for a database connection/orm context in an asp.net mvc application? : Asp.Net MVC
Where can I get the details on migration of existing projects using various technologies to asp.net?
What are the file extensions for razor views?
Can we handle the error and redirect to some pages using web.config?
What is difference cookie and session?
What is cross page posting? How is it done?
How can you handle unmanaged code exceptions in asp.net?
What are the steps to follow to host a web application on a web server?
How do you handle server controls?