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 |
can any one tell me about dot net framework not basic detail
What are scripting objects in asp?
What is querystring collection in asp?
How are sessions maintained? A. The browser sends a cookie to the server with each request. B. The browser sends a Querystring variable to the server with each request. C. The browser sends a hidden Form variable to the server with each request. D. The browser sends a long variable to the server in the BODY of each request. E. None of the above.
What are server variables collection?
Name two properties common in every validation control?
How long is a SessionID guaranteed to be unique? A. It is unique for the web server, whether it is restarted or not. B. Only until the web server is restarted. C. It is like a GUID in that it is for any web server at any time. D. Only until the session expires, then it can be reissued to another client. E. It is unique per client. A client cannot have two sessions with the same SessionID
What is the default scripting language in asp?
What are ARRAYS?
What is a variable in asp?
whta are the stored procedure and why they are needed??
What is a TextStream object?