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 |
Explain what are the attributes of the tags? What are their functions?
What is the difference between a namespace and an assembly name?
Define unmanaged code?
What are scripting objects in asp?
Explain the difference between the value-type variables and reference-type variables in terms of garbage collection?
What are the tags necessary to be present within the tag ?
What is the result of using Option Explicit? A. This applies only to Visual Basic, not VBScript. B. All variables must be dimensioned before use. C. All variables are dimensioned at run-time. D. Forces all SELECT controls to have a SELECTED option. E. Requires all variables be cast as specific DataTypes.
What are the attributes of the <form> tags? What are their functions?
how can we done appllication deployment
Is asp still supported by microsoft?
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 is Cookies collection?