Scriptsmount a free web scripts directory provides website scripts, webmaster scripts, web directory scripts, directory scripts, php scripts, perl scripts, cgi scripts, html scripts, database scripts, asp.net scripts, form scripts, guestbook scripts for webmasters
Web Scripts :: ASP :: ASP Tips and Tutorials :: Form Processing
12.
Checkbox Sample
|
|
This article discusses how to deal with various checkboxes in form via ASP. Covers: The Default No-Frills Checkbox, Checkbox With An Associated Value, Multiple Checkboxs With The Same Name, and Checkbox Which Maintains It's State.
Hits: 30 Rating: 0.00 Votes: 0
[Detail]
[Send URL]
Category: ASP :: ASP Tips and Tutorials :: Form Processing
|
16.
Filling the Gaps
|
|
In this final part of ASP Form Handling series, the author discusses such topics as handling radio buttons and check boxes, emailing attachments with CDONTS, and some ways of using the data stored in the registration database covered in Part 3.
Hits: 43 Rating: 0.00 Votes: 0
[Detail]
[Send URL]
Category: ASP :: ASP Tips and Tutorials :: Form Processing
|
18.
Forms - Check Boxes
|
|
The checkbox object is coded along the same lines as radio buttons, however each checkbox must get its own unique name since the state of "checked" or "not checked" will be passed to ASP for each box. Remember that you can set more than one option to be checked. Complete source code provided for the example.
Hits: 29 Rating: 0.00 Votes: 0
[Detail]
[Send URL]
Category: ASP :: ASP Tips and Tutorials :: Form Processing
|
19.
Self Submitting Pages
|
|
A very important coding method to understand when developing ASP pages is the page that submits to itself. This technique is very powerful and can drastically reduce the number of files you have to maintain and the number of places in which you need to make changes when maintaining code. The concept is simple. Using forms, set the action value to the URL of the page in which the form resides. Then use ASP code to determine what the current state of the page, and present the proper output to the user.
Hits: 38 Rating: 0.00 Votes: 0
[Detail]
[Send URL]
Category: ASP :: ASP Tips and Tutorials :: Form Processing
|
|
|
|
|