BILKENT UNIVERSITY  
CS533 Information Retrieval Systems  
Technical Presentation Web Site
Barýþ UZ
 
Index of
this page
Introduction
Push Technologies
Channels
CGI
ASP
Java
Streaming Media
 
What is ASP?
Writing ASP Scripts
Using Scripting Languages
Getting Information from a User
Sending Information to a User
Develoing ASP-Based Applications
ASP Main Page with Tutorial and 
Selected Links
 
You can use Response (built-in object) to control the information you send to a user by using: 
 
    Response.Write method to send information directly to a browser. 
    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.
 
 
PREVIOUS TOPIC
UP
(First page of this topic)
NEXT TOPIC
PREVIOUS PAGE 
(of this topic)
NEXT PAGE 
(of this topic)