Related differences

JSP vs ASP

Ques 56. What are the types of HTML?

Static HTML Browser uses HTTP to request HTML file from the Web Server
Dynamic HTML Browser uses HTTP to request an executable application rather than a Static HTML file

Is it helpful? Add Comment View Comments
 

Ques 57. What are the properties of Session Object?

SessionID returns the session identification number for each user.
Timeout sets the timeout period assigned to the Session object for any application, in minutes.
CodePage determines the code page that will be used to display content.
LCID a locale identifier, which determines time zone and language, rules for the system

Is it helpful? Add Comment View Comments
 

Ques 58. What are the event handlers of Session Object?

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 it helpful? Add Comment View Comments
 

Ques 59. Name the ASP Objects?

Request Object
Response Object
Server Object
Session Object
Application Object

Is it helpful? Add Comment View Comments
 

Ques 60. What are the advantages of using ASP?

Minimizes network traffic by limiting the need for the browser and server to talk to each other
Makes for quicker loading time since HTML pages are only downloaded
Allows to run programs in languages that are not supported by the browser
Can provide the client with data that does not reside on the client’s machine
Provides improved security measures since the script cannot be viewed by the browser

Is it helpful? Add Comment View Comments
 

Most helpful rated by users: