ASP Primer: Sending a Response
What's Next?
We're getting somewhere now. As you can see, the Response object takes care of sending things out from the server to the user. Next we will focus on getting stuff from the user to the server with the Request object.
In the next part of this series we will:
-
Getting stuff out of a cookie
-
-
An introduction to the Request object and Request.Querystring
Loading Comments...