|
|
|
|
|
|
|
|
|
|
|
You
can use Response (built-in object) to control the information you send
to a user by using:
Response.Redirect method to direct a user to a URL other than the requested URL. Response.ContentType method to control the type of the content you need. Response.Cookies method to set cookie values. Response.Buffer method to buffer information. |
|
|
|
|
|
|