Variables, What is Variable?If you have never programmed before, you may wonder what the term variable means. A variable is a small section of a computer’s memory that you give a name to. Data TypesThere...
Category - ASP Theory
ASP Response Object
Response Object, What is Response Object?The Response Object is one of the six built-in ASP objects. Response is used to send output to the client. This output might be text displayed in a browser window, cookie data...
ASP Request Object
Request Object, Using the Request Object?To read the value of a form field, you need to use the Request object. The Request object has four collections in total, but first we will see two collections for getting started...
ASP Functions
ASP Functions, Date & Time Function FunctionDescriptionCDateConverts a valid date and time expression to the variant of subtype DateDateReturns the current system dateDateAddReturns a date to which a specified time...
Asp Using Database
Using Database, Why use Database?Database, like text files, cookies, and the Session and Application objects, have their time and place. If you need to store a lot of information over a long period of time, databases...
ASP Components
ASP Common Components, Developing with Microsoft’s ASP ComponentsThree components are probably already installed on your system. Microsoft includes Ad Rotator, Content Linker and Browser...