The net's largest PHP, CGI, Perl, JavaScript and ASP script collection and resource web portal
  New Listings
New Listings
Most Popular
Most Popular
Top Rated
Top Rated
Discussion
Discussion
Link to Us!
Link To Us
Search For:         
   
 
Sponsors


Categories

Ajax
ASP
ASP.NET
C and C++
CFML
CGI and Perl
Flash
Java
JavaScript
PHP
Python
Remotely Hosted
Ruby on Rails
Tools and Utilities
Web Hosting
XML

Sponsor Links


Home :: ASP :: Tips and Tutorials :: Form Processing
Sort Listings By:       Click if you want to be notified of new or updated links in this category
  Total: 24    Displaying: 1 - 20 Pages:  1 2

   Populate PDF forms on the fly   Hits: 2339 

 
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.


Free   Version: n/a   Platform(s): linux, windows   Updated: Mon Oct 10 2005

Listing Details
Visit
Refer
PDF
  Member Reviews (0) Visitor Ratings

   Regular Expression Replace Function   Hits: 755 

 
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.


Free   Version: n/a   Platform(s): windows   Updated: Mon Apr 18 2005

Listing Details
Visit
Refer
PDF
  Member Reviews (0) Visitor Ratings

   How to process the data submitted from HTML form   Hits: 1458 

 
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.


Version: n/a   Platform(s): n/a   Updated: Fri Sep 22 2006

Listing Details
Visit
Refer
PDF
  Member Reviews (0) Visitor Ratings

   Powerful form validation   Hits: 1590 

 
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.


Version: n/a   Platform(s): linux, windows, freebsd, osx, sun   Updated: Tue Feb  1 2005

Listing Details
Visit
Refer
PDF
  Member Reviews (0) Visitor Ratings

   Powerful email address validation   Hits: 995 

 
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.


Version: n/a   Platform(s): linux, windows, freebsd, osx, sun   Updated: Tue Feb  1 2005

Listing Details
Visit
Refer
PDF
  Member Reviews (0) Visitor Ratings

   Read Clicked Checkboxes Function   Hits: 828 

 
When using checkboxes for selecting multiple items, there is an efficient way to read all the clicked checkboxes and return a string of their values.


Version: n/a   Platform(s): n/a   Updated: Mon Oct 25 2004

Listing Details
Visit
Refer
PDF
  Member Reviews (0) Visitor Ratings

   Basic Form Handling   Hits: 4796 

 
A quick tutorial to show you the basics of form submission and handling.


Version: n/a   Platform(s): n/a   Updated: Thu Dec 12 2002

Listing Details
Visit
Refer
PDF
  Member Reviews (0) Visitor Ratings

   Send email via ASP 3.0 and CDONTS   Hits: 4439 

 
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.


Version: n/a   Platform(s): n/a   Updated: Tue Nov 19 2002

Listing Details
Visit
Refer
PDF
  Member Reviews (0) Visitor Ratings

   Basic Forms   Hits: 4178 

 
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.


Version: n/a   Platform(s): n/a   Updated: Mon May  6 2002

Listing Details
Visit
Refer
PDF
  Member Reviews (0) Visitor Ratings

   An easy way to JMail forms   Hits: 2788 

 
Use this quick wizard-like form to actually build a form that sends email using JMail. In a couple of minutes you will be able to recieve feedback.


Version: 1.0   Platform(s): n/a   Updated: Mon Apr 15 2002

Listing Details
Visit
Refer
PDF
  Member Reviews (1) Visitor Ratings

   Request.Form and Stack Overflow   Hits: 1656 

 
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.


Version: 1.0   Platform(s): n/a   Updated: Thu Sep  6 2001

Listing Details
Visit
Refer
PDF
  Member Reviews (0) Visitor Ratings

   Submitting data to forms with IP*Works! WebForm   Hits: 1111 

 
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.


Version: n/a   Platform(s): n/a   Updated: Fri Jun 15 2001

Listing Details
Visit
Refer
PDF
  Member Reviews (0) Visitor Ratings

   Checkbox Sample   Hits: 5563 

 
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.


Version: n/a   Platform(s): n/a   Updated: Wed May 23 2001

Listing Details
Visit
Refer
PDF
  Member Reviews (0) Visitor Ratings

   Writing Smart Web-based Forms   Hits: 3685 

 
This is an extensive article that describes form validation technique to help the user submit correct information.


Version: n/a   Platform(s): n/a   Updated: Tue May 15 2001

Listing Details
Visit
Refer
PDF
  Member Reviews (0) Visitor Ratings

   How to Build a Forms Validation Library   Hits: 2088 

 
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.


Version: n/a   Platform(s): n/a   Updated: Thu May 10 2001

Listing Details
Visit
Refer
PDF
  Member Reviews (0) Visitor Ratings

   Implementing forms with ASP   Hits: 4744 

 
Generic framework showing in detail how to implement forms with ASP, with validation and field persistence.


Version: 1.0   Platform(s): ASP 2.0   Updated: Sat Feb 10 2001

Listing Details
Visit
Refer
PDF
  Member Reviews (0) Visitor Ratings

   Creating Dependent Select Objects With ASP   Hits: 2042 

 
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.


Version: n/a   Platform(s): n/a   Updated: Sun Jan 14 2001

Listing Details
Visit
Refer
PDF
  Member Reviews (0) Visitor Ratings

   Filling the Gaps   Hits: 1542 

 
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.


Version: n/a   Platform(s): n/a   Updated: Wed Dec 13 2000

Listing Details
Visit
Refer
PDF
  Member Reviews (0) Visitor Ratings

   Self-Referencing Forms   Hits: 2750 

 
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.


Version: n/a   Platform(s): n/a   Updated: Wed Oct 18 2000

Listing Details
Visit
Refer
PDF
  Member Reviews (0) Visitor Ratings

   Forms - Check Boxes   Hits: 4843 

 
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.


Version: n/a   Platform(s): n/a   Updated: Mon Oct  2 2000

Listing Details
Visit
Refer
PDF
  Member Reviews (0) Visitor Ratings

  Total: 24    Displaying: 1 - 20 Pages:  1 2

Share


Register | FAQ/Support | Contact Us | About Us | Getting Rated | Link to Us | Bookmark Us | Advertising Info | Terms of Use | Privacy Policy
Copyright © 2008 iNET Interactive. All rights reserved.
Other iNET Interactive Sites:
Web Hosting Talk | dBForums | Mac Forums | Hosting Catalog