Monday, May 26, 2008

ASP Objects



Response Object: Response object is used to display items on a web page.
Request Object: The ASP Request object is used to get information from the user.
Application Object: A group of ASP files that work together to perform some purpose is called an application. The Application object in ASP is used to tie these files together.

Session Object: The Session object is used to store information about, or change settings for a user session.
Server Object: The ASP Server object is used to access properties and methods on the server.
ASPError Object: The ASPError object is used to display detailed information of any error that occurs in scripts in an ASP page.

Object Context: The ObjectContext object can be used to commit or abort a transaction.

No comments: