What are the Application_Start and Session_Start
subroutines used for?
Answer Posted / devi
This is where you can set the specific variables for the
Application and Session objects.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is the parent class of all the web server control?
What are the differences between the response.write() and response.output.write()?
What is cross page posting in asp net?
Can you explain autopostback?
Can we set which type of comparison we want to perform by the CompareValidator control?
What are the navigation ways between pages available in ASP.NET?
Where sessions are stored?
Define repository pattern in asp.net mvc? : asp.net mvc
What is session start?
What is caching? What are different ways of caching in asp.net?
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)
Explain the components of web form in asp.net
What are the authentication types in asp.net?
Define authentication and authorization.
What is the advantage of mvc over asp.net? : Asp.Net MVC