- 1,233 categories
- 40,467 scripts
Updated: 05/05/2000
- This is a short introductory tutorial on ASP. Explains what ASP is, and answers a few commonly asked questions.
- Categories
- Tags
- Platforms
- Licenses
- ODBC is great and all but for speed and reliability you should switch to OLE DB to power your database driven apps. This tutorial will show you how to do it two ways: in the global.asa and in any ASP page.
- Have you wanted to allow your users to search through your website, checking for files that contain a particular string? Using the FileSystemObject, you can search through all of the files in a particular directory that contain a particular string. T...
- This tutorial shows you step-by-step how to make a banner rotate include file for including in your ASP pages. All source code is available.
- The ASP data access component is one of the most powerful features of ASP. With this component you are able to interface your database(s) directly with your webserver. Database access in ASP is, or can be, very complex. This online tutorial focuses o...
- New to ASP? This two page tutorial explains what ASP is and variables in ASP with a few sample codes.