Generated Presentation (UI) Layer


Listed below are quick descriptions of the ASP.NET Web Forms AspxFormsGen 4.5 generates that makes up the Presentation Layer (Front End). Note: All generated web forms with a grid also have paging and sorting functionality. CRUD are database operations which means: create (add a new record), retrieve (get an existing record), update an existing record, delete an existing record.

One of each of the following objects listed below is generated per table in your database.

Generated Web Forms (.aspx) Quick Description
1. List with Add, Edit Redirect & Delete A web form with a list of items shown in a grid with CRUD functionality. Adding or updating an item redirects to another page. more info

2. Add New Record A web form with validated input controls used for adding a new record. more info

3. Update Record a web form with validated input controls used for updating an existing record. more info

4. Record Details (Read Only) A web form read-only details of a record. more info

5. List (Read-Only) A web form with a list of items shown in a grid. No CRUD functionality. more info

6. List with Add, Edit, & Delete (Same Page) A web form with a list of items shown in a grid with CRUD functionality. A pop-up shows when adding or updating an item. more info

7. List with Grouping A web form with a list of grouped items (e.g. Employees by DepartmentID) using an Accordion. No CRUD functionality. more info

8. List with Totals A web form with a list of items with totals in the footer shown in a grid. No CRUD functionality. more info

9. List with More Information A web form with a list of items with a link that will show More Record Details on the same page. No CRUD functionality. more info

10. List with Search A web form with a list of items shown in a grid with CRUD and Search functionality. You can filter grid results by entering values in the input controls show on the header. more info

11. List filtered by a DropDownList A web form with a list of items filtered by a drop down list control. No CRUD functionality. more info

12. List with Inline Add and Edit A web form with a list of items shown in a grid with CRUD functionality. Add a new record and update an existing item inline with the grid. more info

13. Unbound Web Form a web form with validated input controls which can be used for adding a new record or updating a record. Not bound/connected to the database so you will need to add your own code to bind it to the database. more info

Generated Code Behind (.aspx.cs/.aspx.vb) Quick Description
1. Code Behind Class A class file directly related to the web form's UI (.aspx) file.


Themes


You can also choose a theme based on the JQuery UI themes. Listed below are samples of the themes you can choose from. Click each one to get a better look.
Colorful
Classic
Simple
Professional
Autumn
Oceanica
Brown Sugar
Slate
Rainy Day
Snow Pine
Sand and Sky
Lilacs in Mist
Black in Blue
Cloverfield
Mocha
Apple Orchard