
Home > ASP >
Form Handling
|
Sort by : |
|
1-14 of 14 Form Handling sites are shown.
|
|
This short script explains a simple way of adding form data to a database.
|
|
|
|
|
|
|
Hotmail have a fairly nifty feature - if you want to delete a load of messages from your inbox, you have the option of checking just one checkbox, which highlights all the others. In this article I'll show you a simple version of this, which I'll perhaps expand on later.
|
|
|
|
|
|
|
ASP has the ability to write .html or any other text based documents directly to a web server. Here we take the contents of a form and use it to build a new web page
|
|
|
|
|
|
|
Send the results of a contact form to email with this handy tutorial.
|
|
|
|
|
|
|
script that closely examines the content of a form box to ensure that the user entered a valid email address. If not, the form submition is canceled, and the surfer prompted to re-enter a valid address.
|
|
|
|
|
|
|
Use the onBlur() method to validate numeric fields with this checkNumeric() javascript function. Optionally pass in a period, comma, or hypen to indicate allowed values. Set the maximum and minimum value allowed.
|
|
|
|
|
|
|
Image upload and delete code without the need for Components.
|
|
|
|
|
|
|
This is one of those things you will pick up if you use formatted SQL when submitting data to the database via an ASP page.
|
|
|
|
|
|
|
A comprensible ASP script in three versions, including sending a message to a mailing list. Easy to set up.
|
|
|
|
|
|
|
Form field validation is one of the most important functions in making successful web-based applications, but server-side validation is not always the answer!
|
|
|
|
|
|
|
This is an example of how one could use the Dictionary object to handle processing of forms or the gathering of data.
|
|
|
|
|
|
|
Here is a simple way to do server side form validation with error handling
|
|
|
|
|
|
|
There are many times when you will want to get information from your users. You need a way to ask the user for information and get it to the server so that you can proccess it. This is where forms come into play. Forms can be used from Everything from a login screen to a new user form.
|
|
|
|
|
|
|
It's very easy to build an email form in ASP.NET. So easy, in fact, that I'm not going to waste a whole lot of time on the object model or other low level considerations. Instead, I'm just going to present the code and let you use it as you see fit.
|
|
|
|
|
|
|