CIS 3777

.NET Development

Schedule

Assignments

ProjectGuideline

Links

Syllabus

Final Project - Due Friday, May 2

Create website that uses ASP.NET to allow users to display information from a database and also add new information to the database. You may use an existing database for this project or create a new one. Your website must have a menu page with two options: display data and add new data. The display data option must allow the user to enter some information (such as a key field's value) and then display only the records from the database the match that information. The add new data option must allow the user to enter in new values which are used to add a new records to the database.