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 the features of asp.net mvc?
How can we access static variable?
What are the advantages of using session?
What is a session http?
What is the procedure to create the environment for asp.net? : asp.net mvc
How to display validation messages in one control?
A web service can only be written in .net? State whether true or false.
How Session outproc in Sqlserver stored?
What is the difference between CLICK and MOUSE DOWN Event ?
Is global asax mandatory?
What is data caching?
What is event bubbling?
Apart from IDE what are the enhancements in asp.net 2.0?
Explain what are delegates?
How long do session variables last?