ASP Multiple choices


Total available count: 25
Subject - Web Development
Subsubject - ASP

In ASP, which command is used to retrieve a cookie value?


 

 

 

 



B


Solution:-

A cookie is frequently used to identify a user. A cookie is a small file that the server embeds on the user's computer. Each time the same computer requests a page with a browser, it will send the cookie too along with the request page. Using ASP, you can create cookie values and retrieve cookie values.

Request.Cookies" command
To retrieve a cookie value we use the  "Request. Cookies" command.




Next 5 multiple choice(s)

1

In ASP, which command is used to create a cookie?

2

How do you create a FileSystemObject?

3

ASP comes with a standard component that displays a different advertisement each time a user enters or refreshes a page, what is the name of this component?

4

Which of these objects is NOT an ASP component?

5

Global.asa is required for all Web sites

Comments