ASP.Net Website Home | About This Site | The Work | Websites | The Theory | Favorites | The Experience |
This site is descriptive only.
|
With this
ASP.NET technology, a database can have information added and changed
by users of the site and that information can then be accessed by an administrator.
AAn Administrator by means of
a web form has the capability to grant or revoke a user's logon access
and to set a new password in case the user has forgotten theirs. For security,
the administrator is unable to read existing existing passwords. This prototype allows a user to apply for a new account, log on to a secured connection and change personal details including their own password. Logging on enables the user to go to the Ordering Form depicted below.
|
![]() |
The User, after entering a quantity and clicking the button "Add To Shopping Cart" forwards the items to the 'Check Out Page' (See below). By clicking the "Go to Check Out" button. the user can then got to the Check Out page to verify or change what they are about to order. Once decided, they can then submit the order by clicking on the "Purchase Button" depicted at the bottom of the following page.
|
The Supplier, like the Administrator has special access privilages. By means of a web form they can retrieve Customer Information like Name, Delivery address, Payment details and Orders. The orders are confirmed by the presence of a date that is supplied to the database when the purchase button is pressed.
|