.Net Web forms

• Immediately use the .Net code generated by the WorkflowGen built-in Form Designer
• Use the free Visual Web Developer Express or Visual Studio to edit the forms
• Leverage your .Net skills to add complex features to your forms
• Simply drag and drop the controls to create a Web Form
• Add properties to the form fields
• Customize the look and feel
• Use advanced features and programming only if necessary



Use Your Web Forms With WorkflowGen

• Once the form is created you can easily declare it in your WorkflowGen  processes
• Required and read-only fields are managed in the process definition, you don’t have to code this in your web forms!



Main Features

Field validation management
• Required fields
• Read-only fields

Field colorization management
• Change the field colors according to their properties using automatic colors or CSS styles

Form archive management
• Generate a static copy of the form for archiving purposes

File attachment management
• Manage file uploads

Gridview management
• Manage data grids

Xml Signature management
• Encrypt form data according to the W3C Xml Signature Standard
• Use end-user certificates if the web server uses certificate based authentication

Two .NET web form creation modes:
• Simple mode: to create web forms without programming
• Advanced mode: to create complex forms with a total control of the code and the data