|
Demo
This demonstration uses the graphical template which requires IE 4+ or NS6+ or FF1+
on the client side. (Note that ASP.NET Maker's default template does not use DHTML and has no requirements on browsers.)
The ASP.NET 2.0 application is generated by ASP.NET Maker 3 without customizations.
More detailed description of this demo project is provided in the tutorials
of the help file.
This demo project shows you how the generated pages generally look like and illustrates
some of the advanced features:
Advanced Security
You can view some pages without login as an anonymous user.
You can then login using the following accounts to see the feature works.
The menu items changes with permissions.
Administrator
Username: admin
Password: master
This is the administrator account which have full permissions, including user management.
Employee #1
Username: nancy
Password: 1234
This account has limited permissions. You can only view records in tables.
Employee #2
Username: andrew
Password: 1234
This account has full permissions except user management. you can only modify your own record in the "Employees" table.
You can login using the administrator account first, then logout and re-login using other accounts to see the Advanced Security works.
Auto Suggest Textbox
Click "Customers" and enter a few characters in the "Customer ID" textbox in the search form.
Add Extra Option to Lookup Table
Click "Products" and then add or edit a record, click "Add Category" to add an option to the combobox.
Extended Quick Search
Click "Cars" or "Categories" or "Customers" or "Employees" or "Orders" or "Products"
Multi-Page Update
Click "Cars" and then add or edit a record.
Composite Key
The "Order Details" table has a composite primary key ("OrderID" and "ProductID").
Master/Detail
Click "Orders" in the left menu and then click the "Order Details Extended" links.
File Uploading
Click "Cars" for uploading to database and "Employees" for uploading to folder
Dynamic Selection List
Click "Cars" in the left menu and then add or edit a record. In the add or edit page, change the "Trademark" combobox and see how the "Model" combobox changes.
Dynamic User Levels
Login as asministrator and click "User Levels".
Parent User ID
Login as employee #2 (andrew) and click "Orders", this user can modify his subordinate's records.
Custom View
Click "Order Details Extended" in the left menu. This page is generated from a SELECT statement, not from table/view in the database.
Report
Click "Sales By Customer" in the left menu. The report is based on the Custom View.
Note: Updating is disabled on this site but you can download the demo project and test it on your machine.
Enter the Demo Site
Above is just part of what ASPMaker can do. ASPMaker provides a variety of other features for you to generate custom codes that suit your needs. Download ASPMaker now and explore its power and flexibility!
Download the Demo Project (931KB) (Read the readme.txt for setup)
|