Categories
ASPTips and Tutorials → Form Processing

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.
  • Platforms
    • Linux
  • Licenses
    • Freeware
DETAILS

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.
  • Platforms
    • Linux
  • Licenses
    • Freeware
DETAILS

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.
  • Platforms
    • Linux
  • Licenses
    • Freeware
DETAILS

Writing Smart Web-based Forms

This is an extensive article that describes form validation technique to help the user submit correct information.
  • Platforms
    • Linux
  • Licenses
    • Freeware
DETAILS

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.
  • Platforms
    • Linux
  • Licenses
    • Freeware
DETAILS

Implementing forms with ASP

Generic framework showing in detail how to implement forms with ASP, with validation and field persistence.
  • Platforms
    • Linux
  • Licenses
    • Freeware
DETAILS

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 Jav...
  • Platforms
    • Linux
  • Licenses
    • Freeware
DETAILS

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.
  • Platforms
    • Linux
  • Licenses
    • Freeware
DETAILS

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.
  • Platforms
    • Linux
  • Licenses
    • Freeware
DETAILS

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 ...
  • Platforms
    • Linux
  • Licenses
    • Freeware
DETAILS

Page:
©2003-2019 jCay.com