|
Adding Form Content into Database
|
Other links at ASP > Tutorials > Form Processing |
| 1. |
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.
|
| 2. |
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.
|
| 3. |
Submitting data to forms with IP*Works! WebForm
|
|
|
ASPRSS has a subscription service that automatically submits articles to all the ASP directories out there. This article shows how the data is submitted to their forms using the IP*Works! WebForm component.
|
| 4. |
Implementing forms with ASP
|
|
|
Generic framework showing in detail how to implement forms with ASP, with validation and field persistence.
|
|
|