©2000-2001 Malcolm Hardy All rights reserved
Last updated 31 May 2001
  Generate data bound ASP forms











Click to receive email
when this page changes
Powered by NetMind

 

 

 


Latest News

The ASPDataform Wizard site has been moved to this new site. The old site will remain in place and will automatically redirect users to this site. The new site will allow the author to create dynamic database driven pages which will allow such features as improved searching capability and be easier to maintain.

Version 1.3 is now available. The new version can be downloaded from this site. Registered users will have the new package emailed to them. To view the maintenance history please see the updates page.

Overview

ASPDataForm Wizard can be used to quickly generate databound ASP web forms. The form is laid out as a two column table in order to preserve field and label spacing regardless of the client browser used to view the page.

It supports databound dropdown lists, display only fields and ADO paged record scrolling. It does not make use of any cookies or use any session variables to maintain state through page transitions. It conserves resources by using disconnected ADO recordsets which are closed as soon as the data is retrieved. There are no additional Design Time Controls or COM components used. The generated structured ASP code can be edited with a normal text editor as well as any of the other popular ASP development tools such as Interdev, Drumbeat, Dreamweaver or UltraDev.

Feature Summary

  • Quickly generate databound ASP forms
  • Generates structured ASP code
  • Database independent update and data retrieval 
  • Supports databound dropdown lists
  • Over 50 user selectable properties
  • Conserves database resources
  • Does not use session variables or cookies
  • Provides Error Handling
  • Utilises ADO paged record scrolling
  • Does not require proprietary Editors
  • Save layouts as templates to ensure consistent look and feel
  • Compatible with Netscape Navigator 4.x, Opera and Microsoft Internet Exporer 4.x,5.x Browsers
  • Compatible with Microsoft Access, Microsoft SQL Server, Sybase, SQL Anywhere and Oracle databases
  • Automatically displays null fields as non-breaking spaces for display only fields
  • Retains original field value as a hidden html INPUT form object for concurrency checking