DataForm.NET does this by generating different data entry forms on the fly, mapping DataForm web control to relational databases and manipulating data without writing SQL command. DataForm.NET does not generate code, so you don't worry about reading and understanding thousands of lines of code generated by other tools before you start working or just want to modify a small part of them.
DataForm.NET is used in a "single record" mode, offering a rapid application development approach to web forms development. If you often work on forms that are lenghty and complex, DataForm.NET can save you hours spent on development, testing and deployment.
All of the control on the DataForm are accessible, so the final look can be easily customized. CSS for instant changes of look&feel are also available.
DataForm.NET is used with SQL Server and Oracle back end, and other DMBSes will be supported in the future.
Key Features: - DataForm.NET is an asp.net and XML based web control.
- DataForm.NET enables you to get complex data entry forms on the fly without writing a single line of .net code. But it also offers plenty of members to let you develop advanced projects.
- DataForm.NET lets you add, update, delete, query a record to/from database without writing SQL Command. DataForm supports SQL Server and Oracle at present.
- DataForm.NET provides eight basic input/output web controls. But it also supports 3rd party components to integrate into it.
- DataForm.NET is not a code generator, because it does not generate a single line of .net code.
- DataForm.NET makes extremely rapid database application development possible and cuts the development time by 50 to 75 percent.
- DataForm.NET is able to show muliti-table data on one form.
You can define more than 30 properties on a single field of Dataform, such as CSS, Default Value, Client-Side's event and Script, etc. - Export/Import the properties of DataForm. Developers can share works in a team to accomplish a project.
- Field-level validation. According to each field's datatype and attributes,the input value will be validated by Javascipt(client-side) and .net(server-side) before they are saved into database.
- Define custom JavaScript/VbScript on each field.
- Define appearance on each field by CSS/Style