Generated Demos & Code Examples


Click the links provided below for sample code of the respective features.

Note: Samples were taken from the generated code based on Microsoft's Northwind SQL database. Most of the sample code below were generated using the Products table and the related Categories and Suppliers tables. All code were generated in One Click in under a minute.

Note: All these generated code in One Click*.

Listed below are the main list of items generated by AspxFormsGen 4.5. A lot more items are generated which are not listed below like the Miscellaneous Items and more.

Generated ASP.NET Web Site


Home Page
Contains the List of All web forms. This is the Home Page for the generated web site.

The list of Web Forms are clickable so you can see the functionalities of each page.
Demo


Classes and Scripts List Page
Contains the List of All Generated Business Object, Business Object Base, Business Object Collection, Data Layer, Data Layer Base, and Code Example Classes. Also contains a List of all the generated Stored Procedures. Demo


One of each of the following Web Form is generated per database table.

Note: Web Forms with grouping such as the List with Grouping are only generated for tables that have foreign keys. Each foreign key in the table will have the respective generated "grouping web form" code.

See the description of each Web Form listed below in the Generated Presentation Layer page.

Generated Web Forms (.aspx)
1. List with Add, Edit Redirect & Delete Demo
2. Add New Record Demo
2a. Add New Record (Friendly URL) Demo
3. Update Record Demo
3a. Update Record (Friendly URL) Demo
4. Record Details (Read Only) Demo
5. List (Read-Only) Demo
6. List with Add, Edit, & Delete (Same Page) Demo
7. List with Grouping Demo
8. List with Totals Demo
9. List with More Information Demo
10. List with Search Demo
11. List Filtered by a DropDownList Demo
12. List with Inline Add and Edit Demo
13. Unbound Web Form Demo


One of each of the following Models is generated per database table.

Generated Code Behind (.cs/.vb)
1. Code Behind Class C# Sample Code  |  VB Sample Code


One of each of the following Business Object Classes is generated per database table.

Generated Middle Tier (.cs/.vb)
1. Business Object Base Class C# Sample Code  |  VB Sample Code
2. Business Object Class C# Sample Code  |  VB Sample Code


One of each of the following Data Layer Classes is generated per database table.

Generated Data Tier (.cs/.vb)
1. Data Layer Base Class C# Sample Code  |  VB Sample Code
2. Data Layer Class C# Sample Code  |  VB Sample Code


One of each of the following SQL Script is generated per database table.

Generated SQL Script - Stored Procedures
1. Select All Sample Code
2. Select a Record by Primary Key Sample Code
3. Insert Sample Code
4. Update Sample Code
5. Delete Sample Code
6. Select Drop Down List Data Sample Code
7. Select All By a Foreign Key Sample Code
8. Get Record Count Sample Code
9. Get Record Count by Foreign Key Sample Code
10. Get Record Count Dynamic Where Sample Code
11. Select All Dynamic Where Sample Code
12. Select, Skip, and Take Sample Code
13. Select, Skip, and Take By a Foreign Key Sample Code
14. Select Totals Sample Code


One of each of the following Classes is generated per database table.

Generated SQL Script - Ad-Hoc SQL (.cs/.vb)
1. Ad-Hoc SQL Class C# Sample Code  |  VB Sample Code


One of each of the following Example Classes is generated per database table.

Generated Examples Class (.cs/.vb)
1. Example Class C# Sample Code  |  VB Sample Code