- A Basic Form to Database Tutorial
This tutorial will show you how to easily submit form information to a database. The form posts to itself which allows you to keep the entire process within one file. We include a fully functioning example, but our hope is that from this you will understand how to make your own so that you can customize it for your own needs.
http://www.leenas.net/asp/tutorials/formdb.asp
(Rating: 0.00 Votes: 0)
Rate It
Review It
- 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 Its State.
http://www.asp101.com/samples/checkbox.asp
(Rating: 0.00 Votes: 0)
Rate It
Review It
- Creating Dependent Select Objects With ASP
Select boxes must often communicate with one another (i.e., a Child select objects option values depend on the value selected in the Parent object). This tutorial details how to create a hierarchy of select objects using ASP, SQL, ADO, and JavaScript.
http://www.15seconds.com/Issue/000831.htm
(Rating: 0.00 Votes: 0)
Rate It
Review It
- 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.
http://www.wdvl.com/Authoring/ASP/FormHandling/index4.html
(Rating: 0.00 Votes: 0)
Rate It
Review It
- 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.
http://www.learnasp.com/learn/formcheckbox.asp
(Rating: 0.00 Votes: 0)
Rate It
Review It
- Generic Email Form Handler
Do you have a response form that you need emailed to you\? This script grabs the form responses and then packages it all up to send using CDONTS. SMTP must be installed on the server for this to work.
Price: Free
http://www.web-savant.com/users/kathi/asp/samples/tut/Email_Form_Handler.asp
(Rating: 0.00 Votes: 0)
Rate It
Review It
- How to Build a Forms Validation Library
This article shows how to build a forms validation library using JavaScript and ASP. Its FormLib simplifies form creation and eliminates common forms-maintenance tasks.
http://www.15seconds.com/Issue/010508.htm
(Rating: 0.00 Votes: 0)
Rate It
Review It
- Implementing forms with ASP
Generic framework showing in detail how to implement forms with ASP, with validation and field persistence.
Version: 1.0
Platform: ASP 2.0
http://CoverYourASP.com/Forms.asp
(Rating: 0.00 Votes: 0)
Rate It
Review It
- Self-Referencing Forms
This tutorial will show you how to give your forms a little bit more power. By making your forms self-referencing, you can open up whole new areas of functionality with your web applications.
http://www.asp101.com/articles/chris/selfform/default.asp
(Rating: 0.00 Votes: 0)
Rate It
Review It
|