Subscribe
Tutorial search

ASP Tutorials


We hope that you will enjoy our ASP tutorials. Feel free to contact us if you would like to be a tutorial hero and contribute your own ASP tutorial to our site. Thank you !

Sort by:
Sending email with ASP (CDOSYS)
Sending email with ASP (CDOSYS)
In this article we demonstrate how to generate and send emails with ASP using CDOSYS. You will learn how to send text and html emails, emails with attachments, use a remote server, load recipients from a database, set the priority / importance of an email and request a read/return receipt.
Difficulty:
Unicode Tutorials
Unicode Tutorials
This free Unicode tutorial book is a collection of notes and sample codes written by the author while he was learning Unicode himself, an ideal tutorial guide for beginners. Topics include ASCII, character set, encoding, GB, GB18030, GB2312, GBK, ISO-8859, JDK, JIS, UTF8, Unicode...
Difficulty:
ASP & PHP Include Files
ASP & PHP Include Files
Management is important when you are designing and developing any website and ‘include files’ offer a great way to keep your website easily updatable and maintainable.
Difficulty:
Calculate time ago in asp
Calculate time ago in asp
Now a days we often see websites that show date in the form of time ago format e.g 2 Days 12 Hours Ago
Difficulty:
ASP.Net Validation Controls Part1
ASP.Net Validation Controls Part1
In part one of this tutorial, we will learn about the ASP.Net controls that will make your life much easier and make your site and applications much more professional, ASP.Net Validation Controls.
Difficulty:
How to access to remote webpages within ASP
How to access to remote webpages within ASP
Microsoft has got a great focus: XMLHTT. With this great object you may access a remote web file from your server.
Difficulty:
Working with Array Remove An Item
Working with Array Remove An Item
Working with arrays could be painful if you could not remove any item after adding them in an array. Arrays are very helpful in programming languages, but in ASP it is not so easy. VBScript does not contains strong functions to remove any item form your array list. Here there is a good ASP code block will be helpfull for your to remove and re-organized your array.
Difficulty:
Custom Paging in ASP Fast And Easy
Custom Paging in ASP Fast And Easy
This source code displays results dividing to pages. Code provides Next Previous page links with numeric page numbers. You may modify source code to use with MS SQL or MS Access database. For this example, we have used MS SQL Server using sample database Northwind.
Difficulty:
Display Top N records from MS Access
Display Top N records from MS Access
This sample ASP code will give us a good idea how to display top 10 records, if we are using MS Access. Because MS Access database has got some limitations which we can not choose a limited data rows from complete database table. Of couse if you using SQL server, there is no any limitations
Difficulty:
Using GetRows To Get All Records From Table
Using GetRows To Get All Records From Table
Following example, extracts all of the records in a database table and stores into a 2-dimensional array. This gives you an advantages to modify and work on data.
Difficulty:
Create and retrieve cookies
Create and retrieve cookies
ASP is very powerful while managing cookies. It's so easy to create a cookie. You may use response object and cookie property to create it. Again request object used to retrieve cookie. Cookies must be written before header sent to client by server. This means you should write and send cookie befre any HTML opening tag.
Difficulty:
Preventing SQL Injection Attacks in Classic ASP
Preventing SQL Injection Attacks in Classic ASP
The term 'SQL Injection' means to inject malicious SQL statement(s) in an otherwise regular SQL to get access to secure data on a website. In this article, we will examine how SQL injection attacks are carried out and what programming techniques can be used to prevent them. While we will assume classic ASP pages and the backend SQL Server database to demonstrate the method and means of prevention, the concept is equally applicable to other web programming technologies and database systems.
Difficulty:
 VBScript Tutorials - IIS ASP Server Supporting VBScript
VBScript Tutorials - IIS ASP Server Supporting VBScript
This book provides introductions and tutorial examples on how IIS ASP server provides support to VBScript code embedded in HTML documents. Topics include configuring IIS to support ASP pages; ASP runtime 'request', 'response' and 'session' objects; ADO library supporting database server connections.
Difficulty:
Generating a random password
Generating a random password
This function can be used to have a random password generated. It allows you to specify valid characters as well as specifying number of characters.
Difficulty:
Prevent your website from cross website attacks
Prevent your website from cross website attacks
See how you can prevent submissions from other websites
Difficulty:
Total Tutorials in Category: 572