Your First ASP Page
Before we can begin please make sure you have installed PWS or IIS on your system as you need one…
The easy way to know
Before we can begin please make sure you have installed PWS or IIS on your system as you need one…
The Server object provides access to properties and methods on the server. Much of functionality it provides is simply functionality the web…
The ASPError object is a new in ASP 3.0, and is available in IIS5 and later. It provides a range…
The Response object is used to send output to the client from the web server. The syntax, collections, properties and methods of the…
The Request object retrieves the values that the client browser passed to the server during an HTTP request. It is…
Download Source CAPTCHA is a simple test to determine if a user is a computer or a human. It is used…
Record locking is used for preventing simultaneous update of the same data and therefore avoiding inconsistent results. A locked record…
A cookie is a message given to a Web browser by a Web server. The browser stores the message in…
If you’re storing anything in MySQL databases that you do not want to lose, it is very important to make regular…
What is BBCode Bulletin Board Code or BBCode is a lightweight markup language used to format posts in many message…