ASP Programming Question:
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_OnEnd- This event runs when the server is stopped.
Previous Question | Next Question |
What is the difference between ASP and HTML? Or Why ASP is better than HTML? | Name some of the ASP components? |