AspxFormsGen 4.5 Professional Plus Edition » Developer.Team

AspxFormsGen 4.5 Professional Plus Edition

AspxFormsGen 4.5 Professional Plus Edition
AspxFormsGen 4.5 Professional Plus Edition | 2 Mb


It's finally here! The new and improved AspxFormsGen 4.5. Generate ASP.NET 4.5 Web Forms, Middle-Tier, Data-Tier, and Stored Procedures (or Dynamic SQL) in One Click*. AspxFormsGen 4.5 generates databound ASP.NET 4.5 web forms. AspxFormsGen 4.5 is a combination of our AspxFormsGen 4.5 engine (generates ASP.NET web forms) and AspxCodeGen 4.5 engine which generates Middle-Tier, Data-Tier, and Stored procedures or Dynamic SQL codes.

Simply put, AspxFormsGen 4.5 generates a web site and SQL code. The web site is really just a container for the created objects so you can right away see how things work. As soon as code is generated, you can see the web forms perform CRUD (create, retrieve, update, delete) operations in action when you run the web site. The generated code can put be in 4 main categories:

Different Types of Web Forms
Middle-Tier and Data-Tier Objects
SQL Code. Stored Procedures or Dynamic SQL
And Miscellaneous Files that makes up the rest of the web site

Generated Web Forms And Code
Simply put, AspxFormsGen 4.5 generates a web site and SQL code. The web site is really just a container for the created objects so you can right away see how things work. As soon as code is generated, you can see the web forms perform CRUD (create, retrieve, update, delete) operations in action when you run the web site. The generated code can put be in 4 main categories:

Different Types of Web Forms
Middle-Tier and Data-Tier Objects
SQL Code. Stored Procedures or Dynamic SQL
And Miscellaneous Files that makes up the rest of the web site

Click here to see a snapshot of the generated web site.

Generated Web Forms
Listed below are the main ASP.NET Web Forms generated by AspxFormsGen 4.5 for each of the Database Table/View* you select for generation. Also listed are the respective features for each of the Web Form. Each web form has the UI (.aspx) page and the Code Behind (.aspx.cs or .aspx.vb) class file.

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
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
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
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
Uses model binding to retrieve data
GridView retrieves data on demand using Skip/Take logic
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
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
Can be used to show Totals (Money and Number of Records)
Contains a GridView Server Control. No CRUD funtionality (read-only).
Uses model binding to retrieve data
GridView retrieves data on demand using Skip/Take logic
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.5 Web Form is generated for tables that have money data fields
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
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
Update an existing record inline on the same page
Uses server validation
Uses model binding to retrieve data
GridView retrieves data on demand using Skip/Take logic
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
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 model binding to retrieve data
GridView retrieves data on demand using Skip/Take logic
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
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
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
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

EXCLUDE FROM VIP/PLATINUM MEMBERS, PRICE 120$