What are the event handlers of Application Object?
Answer / guest
? Application_OnStart ? This event will be fired when the
first visitor hits the page.
? Application_OnEnd ? This event runs when the server is
stopped.
| Is This Answer Correct ? | 2 Yes | 1 No |
I have written an assembly that I want to use in more than one application. Where do I deploy it?
What is the microsoft intermediate language (msil)?
What should be used in order to determine if the cookie "FavoriteFlavors" in the request object contains more than one entry? A. Request.Cookies("FavoriteFlavors").HasItems B. Request.Cookies("FavoriteFlavors").Collection.Count C. Request.Cookies("FavoriteFlavors").Dictionary D. Request.Cookies("FavoriteFlavors").HasKeys E. Request.Cookies("FavoriteFlavors").Count
How could u display all of the cookies/cookie values for a user through a Web page in ASP?
What is asp give its application?
Which asp object is often used to retrieve user information from forms?
Tell few programming diffrence between ADO and DAO programming. What is state?
1 Answers Facebook, Leading Software Technologies,
6) Events in page life cycle?
What is the difference between asp and acp?
Which choice is NOT a property of Dictionary Object? A. Key() B. CompareMode C. Item () D. Exists () E. Count
What is a Virtual Directory?
What are the asp objects?