InterviewSolution
Saved Bookmarks
| 1. |
What Are The Event Handlers Of Application Object? |
|
Answer» Application_OnStart- This EVENT will be FIRED when the FIRST visitor hits the page. Application_OnEnd- This event runs when the server is STOPPED. Application_OnStart- This event will be fired when the first visitor hits the page. Application_OnEnd- This event runs when the server is stopped. |
|