Problem
Develop a simple ASP.Net web site implementing a small information system of your choice that will connect to a database. Design a website with a page for all the tables, each page must be linked to the home page, each web page must display the content of the corresponding database table using GridView objects.
Task
•	Build a web application 
•	Build a database in your SQL server 
•	The database can be about any information system from Courses, hospital, registration, Stock control etc 
•	Make sure that the database has at least 3 tables 
•	Populate your database tables with at least 5 entries 
•	Connect your website to the database using ado.net 
•	Use Grid View object to display the contents of each tables
Deliverables
•	A working web application that can connect and display the content of a database