Creating an Active Server Page

When a user requests a Web page, the request is submitted as an HTTP request. An ASP application uses the Request Object to interrogate the HTTP request and extract the incoming values. For example, when a user submits a form, the values of the controls on the form are passed in the body of the HTTP request. A Web application can then read these values and use them to return a customized Web page to the user.

This lesson explains how to use the Request object to extract information from a Web page.


After this lesson, you will be able to:
  • Describe the five collections of the Request object that you can use to extract information from an HTTP request.
  • Use the QueryString collection of the Request object to obtain information from the header of an HTTP request.
  • Use the Form collection of the Request object to request information from the body of an HTTP request.
Estimated lesson time 15 minutes



Microsoft Windows Architecture Training
Microsoft Windows Architecture for Developers Training Kit
ISBN: B00007FY9D
EAN: N/A
Year: 1998
Pages: 324

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net