Hello.
I am going to create a website for a hospital where I will store the following data;
- Patients Data
- Physicians Data
- Medicine Data
If I am going perfect then first of all I will have to create a database in SQL Server.
Then Tables (Patient, Physicians and medicine)
A page in ASP.Net
When user will open the site, he'll have to enter the user name and password.
Then He will have the following pages
Patient Record.
Physicians Record.
Medicine Record.
I would like to get help about how to connect ASP.Net button connections to the database.
Regards.