Thank You for using AspxFormsGen 4.5 Professional+. Listed below are the ASP.NET 4.5 Web Forms generated by AspxFormsGen 4.5 Professional+.

Please click here to see the list of generated Middle-Tier (Business Objects) and Data-Tier code.



GridView with Add, Edit Redirect, & Delete Features
  • Can be used in the administration part of your website
  • Contains a GridView Server Control that has CRUD (Create, Retrieve, Update, Delete) funtionality.
  • Adding a new record redirects to another page
  • Updating and existing record redirects to another page
  • Delete funtionality uses a JQuery UI Pop-up for delete confirmation
  • A link to a read-only Web Form is also provided for all Foreign Key columns (for details on the foreign key)
  • Uses model binding to retrieve data
  • GridView retrieves data on demand using Skip/Take logic
  • GridView uses a Sort Direction Image in the header
  • GridView uses Numeric Paging in the footer
  • One ASP.NET 4.5 Web Form is generated per table
GridView with Add, Edit, & Delete (Functionality on the Same Page) Features
  • Can be used in the administration part of your website
  • Contains a GridView Server Control that has CRUD (Create, Retrieve, Update, Delete) funtionality.
  • Add a new record on the same page with JQuery animation
  • Update an existing record on the same page with JQuery animation
  • Delete funtionality uses a JQuery UI Pop-up for delete confirmation
  • A JQuery Tooltip pop-up link is provided for all Foreign Key columns (for details on the foreign key)
  • Uses model binding to retrieve data
  • GridView retrieves data on demand using Skip/Take logic
  • GridView uses a Sort Direction Image in the header
  • GridView uses Numeric Paging in the footer
  • One ASP.NET 4.5 Web Form is generated per table
GridView, Read-Only Features
  • Can be used in the public facing part of your website
  • Contains a GridView Server Control. No CRUD funtionality (read-only).
  • A JQuery Tooltip pop-up link is provided for all Foreign Key columns (for details on the foreign key)
  • Uses model binding to retrieve data
  • GridView retrieves data on demand using Skip/Take logic
  • GridView uses a Sort Direction Image in the header
  • GridView uses Numeric Paging in the footer
  • One ASP.NET 4.5 Web Form is generated per table
GridView, More Information Features
  • Can be used in the public facing part of your website
  • Contains a GridView Server Control. No CRUD funtionality (read-only).
  • Each row can be viewed for more information on click of the respective button (animated)
  • Uses model binding to retrieve data
  • GridView retrieves data on demand using Skip/Take logic
  • GridView uses a Sort Direction Image in the header
  • GridView uses Numeric Paging in the footer
  • A JQuery Tooltip pop-up link is provided for all Foreign Key columns (for details on the foreign key)
  • One ASP.NET 4.5 Web Form is generated per table
GridView Filtered By a Drop Down List Features
  • Can be used to show Filterable data
  • Contains a GridView Server Control. No CRUD funtionality (read-only).
  • Contains a DropDownList Control that filters the GridView's data on index change
  • Uses model binding to retrieve data
  • GridView retrieves data on demand using Skip/Take logic
  • GridView uses a Sort Direction Image in the header
  • GridView uses Numeric Paging in the footer
  • A JQuery Tooltip pop-up link is provided for all Foreign Key columns (for details on the foreign key)
  • One ASP.NET 4.5 Web Form is generated for each foreign key in each table
GridView with Totals Features
  • Can be used to show Totals (Money and Number of Records)
  • Contains a GridView Server Control. No CRUD funtionality (read-only).
  • Shows total number of records
  • Shows sub and grand totals on the footer for money fields
  • Uses model binding to retrieve data
  • GridView retrieves data on demand using Skip/Take logic
  • GridView uses a Sort Direction Image in the header
  • GridView uses Numeric Paging in the footer
  • A JQuery Tooltip pop-up link is provided for all Foreign Key columns (for details on the foreign key)
  • One ASP.NET 4.5 Web Form is generated for tables that have money data fields
GridView within an Accordion (Grouping) Features
  • Can be used to show Grouped data with count
  • Contains a JQuery UI Accordion control with GridView within. No CRUD funtionality (read-only).
  • Uses model binding to retrieve data
  • GridView retrieves data on demand using Skip/Take logic
  • Shows grouping by the respective group
  • Shows count per respective group
  • E.g. Orders by Shipper, Territories by Region
  • One ASP.NET 4.5 Web Form is generated for each table referencing the current table
GridView with Add, Edit, Delete (Inline) Features
  • Can be used in the administration part of your website
  • Contains a GridView Server Control that has CRUD (Create, Retrieve, Update, Delete) funtionality.
  • Add a new record on the same page inline the header of the GridView
  • Uses server validation
  • Update an existing record inline on the same page
  • Delete funtionality uses a JQuery UI Pop-up for delete confirmation
  • A link to a read-only Web Form is also provided for all Foreign Key columns (for details on the foreign key)
  • Uses model binding to retrieve data
  • GridView retrieves data on demand using Skip/Take logic
  • GridView uses a Sort Direction Image in the header
  • GridView uses Numeric Paging in the footer
  • One ASP.NET 4.5 Web Form is generated per table
GridView with Search Features
  • Can be used in the administration part of your website
  • Contains a GridView Server Control that has CRUD (Create, Retrieve, Update, Delete) funtionality.
  • Contains search functionality in the header, per column*
  • Adding a new record redirects to another page
  • Updating and existing record redirects to another page
  • Uses server validation
  • Delete funtionality uses a JQuery UI Pop-up for delete confirmation
  • A link to a read-only Web Form is also provided for all Foreign Key columns (for details on the foreign key)
  • GridView uses a Sort Direction Image in the header
  • GridView uses Numeric Paging in the footer
  • One ASP.NET 4.5 Web Form is generated per table
Add New & Edit Record Features
  • Use to Add a New Record or Edit an Existing Record
  • Contains JQuery Validation or ASP.Net Validation
  • Contains JQuery UI Date Controls for date fields
  • Contains bound DropDownList Web Control for foreign fields
  • You can get here from the "GridView with Add, Edit Redirect, & Delete" Web Form when clicking the Add New Record link or the Edit button
  • One ASP.NET 4.5 Web Form is generated per table
Record Details (Read-Only) Features
  • DetailCategories.aspx
  • DetailCustomerDemographics.aspx
  • DetailCustomers.aspx
  • DetailEmployees.aspx
  • DetailOrderDetails.aspx
  • DetailOrders.aspx
  • DetailProducts.aspx
  • DetailRegion.aspx
  • DetailShippers.aspx
  • DetailSuppliers.aspx
  • DetailTerritories.aspx
  • Use to show Read-Only detail of a record
  • Shows details of a record (Read-Only)
  • You can get here from the "GridView with Add, Edit Redirect, & Delete" Web Form when clicking the foreign key links
  • One ASP.NET 4.5 Web Form is generated per table
Unbound Web Form Features
  • Use to add your own code in the Code File (Code Behind)
  • Web Forms that are not bound to the database
  • Contains JQuery Validation or ASP.Net Validation
  • Contains JQuery UI Date Controls for date fields
  • Contains unbound DropDownList Web Control for foreign fields
  • One ASP.NET 4.5 Web Form is generated per table