Brief Summary:
This project is going to be an asp.net website that will also utilize a SQL Server database (very basic database with table creation code provided). The premise of this website will be data entry and data editing by the user that, when submitted, will be stored in the SQL database.
The user would able to select their name and then year of which to enter data from a list. Upon selection, a series of read only areas (one for each table) will be populated with records from the database. Below each area will be text entry fields that the user can enter data or edit a previous entry when selected from the read only area. These fields can be submitted into the database, and the read only area will be repopulated with the new/updated entry.
|