MAX Health Care using ASP.NET and Bootstrap
Max Health care is an online hospital management system using Asp.net and bootstrap which has the following management features:User Roles Login i.e Admin and user authentication log in page.
User registration/signup page
Admin user management and database modification page.
This Project was developed using Asp.Net (html and css) and bootstrap for it FRONT END and
C# with MSSQL for its BACK END.
full source code for the project will be give upon request but below are some code snippet with print screen of the system
Below is the default homepage of Max Healthcare using ASP.NET and Bootstrap FRONT END.
The above screen shots and code snippet only shows the front end of the web site including the HTML code show.. The addition of bootstrap and CSS styling was used to give the rich design of the website making it responsive to all devices sizes as shown below.
The second part is the login page which redirects users based on user roles.. can be admin or the patients who registered to make a booking for the service of the doctor.
As seen from the above screen to every page being navigated the page nav button is being highlighted to identify and allow users to know the exact page they are navigating at that point in time.
So simple and easy to understand.. the login page has its own security measure to allow or reject unauthorized users and also allow users to remember username and password in the case of users who like to make it easy for login on navigation to the log in page.
C# BACK END CODE FOR LOGIN PAGE.