|
AspxFormsGen 4.0
Generate an ASP.NET 4.0 Web Site in One Click!*
It's finally here! The new and improved AspxFormsGen 4.0. Generate ASP.NET 4.0 Web Forms, Middle-Tier, Data-Tier, and Stored Procedures (or Dynamic SQL) in One Click*. AspxFormsGen 4.0
generates databound ASP.NET 4.0 web forms. AspxFormsGen 4.0 is a combination of our AspxFormsGen engine
(generates ASP.NET web forms) and AspxCodeGen engine which generates Middle-Tier, Data-Tier, and Stored procedures or Dynamic SQL codes.
Generated web forms are bound by strongly-typed middle tier objects that encapsulates data-tier functionalities. Objects generated by AspxCodeGen 4.0 engine are called by
the generated ASP.NET web forms, and can be used as stand-alone API. Please see AspxCodeGen 4.0 for more information.
What's New?
| Made for the Visual Studio 2010 IDE using the latest 4.0 .Net Framework. |
|
Integration of JQuery for flicker-free client-side experience. |
|
Generates Standard Bound ASP.NET 4.0 Web Forms. |
| CRUD (create, retrieve, update, delete) operations are bound through strongly-typed middle-tier and data-tier classes. |
|
Generates CRUD (create, retrieve, update, delete) Stored Procedures directly in your database. |
|
So you don't like stored procedures? No problem, you can generate Dynamic SQL instead. |
| Generate objects based on your MS SQL tables or views. You can also select just the tables or views to generate from. |
|
Generate just the web forms you want, choose stored procs or dynamic sql, etc., it remembers your last setting so you can still do "One Click". |
|
Yes! You heard it, more web forms.. |
[ back to top ]
Generated Web Forms Features/Uses
Listed below are features and uses of the the ASP.NET web forms that are generated by AspxFormsGen 4.0. Click here for features of AspxCodeGen 4.0.
| Generated ASP.NET Web Forms |
Features |
| GridView with Add, Edit Redirect, & Delete |
- 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)
- GridView uses a Sort Direction Image in the header
- GridView uses Numeric Paging in the footer
- One ASP.NET 4.0 Web Form is generated per table
|
| GridView with Add, Edit, & Delete (Functionality on the Same Page) |
- 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)
- GridView uses a Sort Direction Image in the header
- GridView uses Numeric Paging in the footer
- One ASP.NET 4.0 Web Form is generated per table
|
| GridView, Read-Only |
- 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)
- GridView uses a Sort Direction Image in the header
- GridView uses Numeric Paging in the footer
- One ASP.NET 4.0 Web Form is generated per table
|
| GridView, More Information |
- 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)
- 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.0 Web Form is generated per table
|
| GridView Filtered By a Drop Down List |
- 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
- 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.0 Web Form is generated for each foreign key in each table
|
| GridView with Totals |
- 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 totals on the footer for money fields
- 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.0 Web Form is generated for tables that have money data fields
|
| GridView within an Accordion (Grouping) |
- Can be used to show Grouped data with count
- Contains a JQuery UI Accordion control with GridView within. No CRUD funtionality (read-only).
- Shows grouping by the respective group
- Shows count per respective group
- E.g. Orders by Shipper, Territories by Region
- One ASP.NET 4.0 Web Form is generated for each table referencing the current table
|
| Add New & Edit Record |
- 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.0 Web Form is generated per table
|
| Record Details (Read-Only) |
- 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.0 Web Form is generated per table
|
| Unbound Web Form |
- 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.0 Web Form is generated per table
|
| Code Generated By AspxCodeGen 4 Engine |
Features |
| See AspxCodeGen 4 Features and Uses |
- Middle-Tier, Data-Tier, and Stored Procedures or Dynamic SQL
|
| Miscellaneous Files |
Features |
| Skin File/Theme Folder |
- Used as the primary theme for the generated website.
|
| Images |
- Various images used by the generated website.
|
| JQuery UI Themes |
- Various themes used by JQuery UI controls.
|
| Scripts Folder |
- JavaScript and JQuery libraries used for client-side operations.
|
| CSS Styles (Folder) |
- Various styles used by the website, JQuery UI, JQuery tooltip, etc.
|
List of Generated Web Forms
See Sample List |
- List of all (main) generated ASP.NET 4.0 Web Forms.
- You can go to the generated web forms from here.
- A link for each of the generated web forms is listed here.*
- A good page to "Set as Start page".
|
List of Generated Code
See Sample List |
- List of all generated Middle-Tier, Data-Tier, and Stored Procedures or Dynamic SQL.
|
| Master Page |
- Blank master page used by the generated web forms.
- You can add your website design here.
|
| Web.Config file |
- Web.config file used by the website.
|
[ back to top ]
Product Comparison, Demo, Sample Code, and Pricing
Listed below are the comparative features of AspxFormsGen's Professional Plus and Express editions. Click the links
provided below for sample code of the respective features. Note: Sample Web Forms were taken from the
generated Web Forms based on Microsoft's Northwind database. Please see the respective sample middle-tier, data-tier, and
stored procedures or dynamic sql generated by AspxCodeGen 4 here.
| |
AspxFormsGen 4.0 Professional Plus Edition |
AspxFormsGen 4.0 Express Edition |
| |
 |
 |
| Technology Features |
| Generated WebForms are compatible with Visual Studio 2010 |
 |
 |
| JQuery integration |
 |
|
| Web Forms are bound to MS SQL Server |
 |
|
| Generates Middle-Tier and Data-Tier code |
 |
 |
| Generates Stored Procedures or Dynamic SQL |
 |
|
| Generated Web Form Features. * Sample codes were generated from Microsoft's Northwind database |
GridView with Add, Edit Redirect, & Delete
( Demo and Sample Code )
|
 |
|
|
GridView with Add, Edit, & Delete (Functionality on the Same Page) ( Demo and Sample Code )
|
 |
|
|
GridView, Read-Only ( Demo and Sample Code )
|
 |
|
|
GridView, More Information ( Demo and Sample Code )
|
 |
|
GridView Filtered By a Drop Down List
( Demo and Sample Code )
|
 |
|
| GridView with Totals ( Demo and Sample Code ) |
 |
|
GridView within an Accordion (Grouping)
( Demo and Sample Code ) |
 |
|
| Add New & Edit Record ( Demo and Sample Code ) |
 |
|
| Record Details (Read-Only) ( See Demo and Sample Code from the "GridView with Add, Edit Redirect, & Delete" Demo by clicking on a Foreign Key ) |
 |
|
| Unbound Web Form ( Demo and Sample Code ) |
 |
 |
Middle-Tier and Data-Tier Code
( See Demo and Sample Code From AspxCodeGen 4 ) |
 |
 |
Stored Procedures or Dynamic SQL
( See Demo and Sample Code From AspxCodeGen 4 ) |
 |
|
| Miscellaneous Files |
 |
 |
| List of All Generated Web Forms (HTML) ( Sample List ) |
 |
 |
| List of All Generated Code (HTML) ( Sample List ) |
 |
 |
| Pricing |
AspxFormsGen 4.0 Professional Plus Edition |
AspxFormsGen 4.0 Express Edition |
|
 |
FREE |
1 (One) Developer License, no royalty for all generated objects. |
|
|
Note: You will be redirected to PayPal when you click the "Buy" buttons above, tax will be automatically added to the purchase price.
Also, For Corporate License, please send us an email with the subject AspxFormsGen corporate license.
|
[ back to top ]
|
|