What are the event handlers of Session Object?
Answer / guest
? Session _OnStart ? This event will be fired when a new
user begins a session with the web site.
? Session_OnEnd ? This event is called whenever a session
terminates.
| Is This Answer Correct ? | 4 Yes | 1 No |
When does the application OnEnd event handler fire? A. After every request for an application document, since web servers are stateless servers. B. As soon as there are no open connections to any application document. C. When the web server is stopped in an orderly fashion. D. Twenty minutes after the last request for a document in the application. E. When there are no application requests for the amount of time defined by the SessionTimeout variable.
When was asp released?
What is an err object?
What is Response object? How is it related to ASP's Response object?
Write a program in ASP that connect with "Employee" Database and Select all records from "Emp" table and shown in tabular form.
what is the difference between sql server2000 and 2005
Difference between GET and POST? Which is used when?
What are Scripting Objects?
what is m n c
Suppose someone gives a VB dll file (component). How to use that in an ASP file?
explain joints in .net.
According to dot net is error and exception are same or different?