For my training at Centriq, this is the first major project that I did. It's a
basic online store to view products if you are an anonymous user, and to edit,
delete or insert new database records if you have access (admin role), password
protected. This site uses a SQL server database to store both Products and
Categories, along with their description, ID, name, price, etc. Click "Select"
to view product or category details (the MultiView control is used here). If you
are a recruiter and would like to see the admin's role in editing, inserting and
deleting records, please contact me
here and I will send you the
username and password to allow you access.
As a side note, this project was extremely enjoyable. I'm a huge fan of movies
and music, so the records here are all of my personal favorites. I own a DVD or
CD of everything listed here, so I had an easy time coming up with "fake"
records to add to the database. A large majority of the records shown here were
hand-coded with an insert script using Microsoft SQL Server Management Studio
Express. The remaining records were added on the "live" site.
To view my other two ASP.NET projects using SQL Server databases, click here for
S.A.T
(Scheduling Administration Tool) and
Job Finder.