What are the Application_Start and Session_Start
subroutines used for?
Answer Posted / elango
application_start is executed when the first time the
application get executed.This is useful to findout total no
of users visted in that website and etc.
Session_start will get executed when each unique user enter
in to the application here u can access session specific
values,username ,pwd etc.
| Is This Answer Correct ? | 7 Yes | 0 No |
Post New Answer View All Answers
What are sessions in asp net?
What is asp.net globalization?
What is %20 in a url?
What do you mean by caching in asp.net?
Suppose you want an asp.net function (client side) executed on the mouseover event of a button. Where do you add an event handler?
How to Insert/Add in ASPXgridview
What is viewstate information stored?
What are the data controls available in asp.net?
What is advantage of code behind coding in ASP.NET?
Explain server side state management system.
If you want to bind the columns manually within the asp:datagrid tags what kind of tags you have to add.
What are server activated objects?
What is work flow gen? how can it will work with .Net?
What is the difference between mechine.config and web.config?
What is Dynamic Web and discuss its usage with the help of real life examples?