19. What is the difference between client-side script and server-side script?
Scripts executed only by the browser without contacting the server is called client-side script. It is browser dependent. The scripting code is visible to the user and hence not secure. Scripts executed by the web server and processed by the server is called server-side script.
20. What is the command to display characters to the HTML page?
Response.Write
21. Explain the POST & GET Method or Explain the difference between them?
POST METHOD:
The POST method generates a FORM collection, which is sent as a HTTP request body. All the values typed in the form will be stored in the FORM collection.
GET METHOD:
The GET method sends information by appending it to the URL (with a question mark) and stored as A Querystring collection. The Querystring collection is passed to the server as name/value pair.
The length of the URL should be less than 255 characters.
22. How many global.asa files can an Application have?
Only one global.asa file and it’s placed in the virtual directory’s root.
23. How many global.asa files can an Application have?
Only one global.asa file and it’s placed in the virtual directory’s root.
24. What are Scripting Objects?
Objects that can enhance the application are known as the Scripting Objects.
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment