Want to hire a development team?
Search Filter
Search Filter
Sort Listings By
Show Only
By Customer Review
Licence Type

Most Popular Scripts | ASP | Tutorials & Tips | Form Processing

Results 1-20 of 24
Basic Form Handling
A quick tutorial to show you the basics of form submission and handling.
(9 ratings)
Reviews0
PriceFree
Views5812
Regular Expression Replace Function
A handy function for validating strings and replacing unwanted contents, by searching for matches with regular expression patterns. There are two functions - one that replaces pattern matches, and one that can call the first function multiple times, each time with a different pattern.
(9 ratings)
Reviews0
PriceFree
Views1447
Send email via ASP 3.0 and CDONTS
This script shows how to send an email via the CDONTS objects available to ASP 3.0. It will take a selection of form input, create the required e-mail objects, send the e-mail to the specified recipient and then redirect the user to a confirmation page, thanking them for their input.
(6 ratings)
Reviews0
PriceFree
Views5252
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.
(6 ratings)
Reviews0
PriceFree
Views6585
Adding Form Content into Database
An article on inserting Form content into database. We'll also create an ASP page to show all the records and to delete specific records if wanted.
(6 ratings)
Reviews0
PriceFree
Views7284
How to process the data submitted from HTML form
The great advantage of ASP is possibility to respond to user queries or data submitted from HTML forms. You can process information gathered by an HTML form and use ASP code to make decisions based off this information to create dynamic web pages. This tutorial demonstrates how to create an HTML form and process the data.
(6 ratings)
Reviews0
PriceFree
Views3040
Populate PDF forms on the fly
One way to generate dynamic PDF files is to create PDF template forms and then to fill them on the fly. This article show you how to do so very easily by using the FDF toolkit.
(6 ratings)
Reviews0
PriceFree
Views3867
Writing Smart Web-based Forms
This is an extensive article that describes form validation technique to help the user submit correct information.
(6 ratings)
Reviews0
PriceFree
Views4345
Basic Forms
Handling forms and processing the data you get from them is one of the fundamentals that need to be mastered if you are to develop a dynamic site. This is a very simple introductory tutorial on form handling.
(3 ratings)
Reviews0
PriceFree
Views4924
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.
(3 ratings)
Reviews0
PriceFree
Views4108
Powerful form validation
Many of us have faced situations when we fill invalid information in one field of a form, and when we submit, the forms apears again with that field in red color. This tutorial shows you how simple it is to add such facilities to your forms.
(3 ratings)
Reviews0
PriceFree
Views2358
VBScript forms
This page explains how to collect info from forms and validate them with VBScript server side. All source code is available.
(3 ratings)
Reviews0
PriceFree
Views8254
Request.Form and Stack Overflow
Full VBS code, which lets you accept x-www-form-urlencoded forms in ASP without limit of size using BinaryRead (Request.Form has 100kB limit), recomended solution from MS KB (Q273482). Source of URLDecode function included.
(3 ratings)
Reviews0
PriceFree
Views2304
Implementing forms with ASP
Generic framework showing in detail how to implement forms with ASP, with validation and field persistence.
(3 ratings)
Reviews0
PriceFree
Views5404
How to read asp radio button list selected value
Using javascript to get the asp radio button list selected value is not an easy job like other asp.net objects. To get the selected value from asp radio button list you have to iterate through all the radio buttons in that set and then read the value for checked radio button. In this post i will try to give you a complete example on how we can read selected value or selected text from Asp RadioButtonList or from HTML input type="radio". So lets start. At first create a new aspx page. In this page i will add one Asp RadioButtonList & one HTML input type="radio" object. Also add two labels to display the Selected Value & Selected Text as well. Our targeted output should be
(0 ratings)
Reviews0
PriceFree
Views744
How to get SelectedText from Asp Dropdownlist or HTML Select option
asp:DropDownList is the server side control of asp.net & the drop down selection list is an element of HTML forms commonly know as Combo Box. Most of the times developers need to find or get the Selected Index value, Selected Value & Selected Text. In this post i will show you how one can write a cross-browser supported client side javascript to get Selected Index, Selected Text & Selected Value form asp.net server side control asp:DropDownList & HTML drop down selection list. Hope it will help & save time for developers.
(0 ratings)
Reviews0
PriceFree
Views856
Powerful email address validation
Validating Email addresses is not limitted to finding "@" and "." signs in the address! There are higher concepts, but few are aware of them. This article shows you a simple way to check if the Email address provided by a user is "real" to a higher extent than current famous validation codes do.
(0 ratings)
Reviews0
PriceFree
Views1671
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.
(0 ratings)
Reviews0
PriceFree
Views1698
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.
(0 ratings)
Reviews0
PriceFree
Views2673
Creating Dependent Select Objects With ASP
Select boxes must often communicate with one another (i.e., a Child select object's 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.
(0 ratings)
Reviews0
PriceFree
Views2618
Results 1-20 of 24