How to Use Dictionary Object ASP / Web Forms
Dictionary object is an useful object to store any form of data in an array list. Following asp script block stores all data coming from a form and list them in our HTML codes.
Free User Registration Form ASP / Web Forms
This script lest you to build a registration form for your clients. A visitor can create a username and password filling this form. All usernames and passwords stored in a MS-Access database.
Professional Contact Form PART II ASP / Web Forms
Now in this second part of our script, we will add ASP coding. Our script can check all fields of our form. Our control function searches !#$%^&*()=+{}[]|\\;:/?>,<' characters. If validation function finds one of this character, script returns an error. You may modify this forbidden characters.
Professional Contact Form ASP / Web Forms
Professional Contact Form a custom form to mail script to use in any web site. Your clients can send their messages to you filling only a simple form.
Download multiple files in one http request ASP / Web Forms
HTTP protocol was designed to send one file per one request. Sometimes you will need to send more files usually when a client selects several files for download and the files have to be delivered to the client.The sample uses command line compression (zip/arj) to pack more files to one file and then sends the zip/arj archive to client.
Basic form handling ASP / Web Forms
In this tutorial, we will look at how we can collect and begin to process data from submitted forms on your website.