How to make use of HTTP headers to control the caching of Web pages in ASP and IIS, known to work with Internet Explorer.
Objects in ASP
How to create a custom object in ASP (done just now for a mate in need…). Content:
How to connect to MS Access Database Using ASP
This tutorial documents code for connecting to a MS Access Database using the DSN-Less approach. With DNS-Less approach all you have to do in your code is define the location where your database resides. Content: This tutorial will show you how to connect to a MS Access database using the DSN-less approach.Remember, your database can reside anywhere in your […]
Extract data from Excel Spreadsheet using ASP
This tutorial focuses on extracting data from a Microsoft Excel Spreadsheet. This tutorial will walk you through step-by-step to setup the spreadsheet and how to write the code in ASP to get the required data.
How to setup DSN Less Connection in Dreamweaver MX
This tutorial will demonstrate the process of setting up a database connection in Macromedia Dreamweaver MX 2004.
How to setup Virtual Includes on IIS 5.x
So you have just installed IIS and the includes are not working and you do not know what a Virtual Directory is! Hmmmm! This tutorial will help you set up virtual includes on IIS 5.x.
How to get IP address of client
This tutorial shows how ASP can be used to retreive the IP address of the remote host by using the ServerVariable Object.