This repository contains a simple web page that allows users to input their name, email, password, phone number, gender, and faculty. The input is validated and stored in the "registrations" table of the database.
To get started with this program, follow these steps:
- Clone this repository to your local machine.
- Ensure you have the necessary dependencies installed.
- Run the server-side program.
- Access the calculator form through the provided URL.
- Input values in the designated field and press the appropriate button to calculate the result.
Make sure you have the following dependencies installed:
- ASP.NET - Web framework for building modern web apps and services with .NET
- C# - Modern, general-purpose programming language
- HTML - Standard markup language for creating web pages
- CSS - Style sheet language used for describing the presentation of a document written in HTML
- MySQL Database Management System - Open-source relational database management system.
The web page validates user input to ensure the following:
- Name: Should not be empty.
- Email: Should be in a valid email format.
- Password: Should meet minimum length requirements.
- Phone: Should be a valid phone number format.
- Gender: Should be selected from predefined options.
- Faculty: Should be selected from predefined options.
After validation, the user information is stored in the "registrations" table of the database.
If you'd like to contribute to this project, please follow these guidelines:
- Fork the repository.
- Create your feature branch (
git checkout -b QN5/QN5). - Commit your changes (
git commit -am 'Add some feature'). - Push to the branch (
git push origin QN5/QN5). - Create a new Pull Request.
This project is licensed under the MIT License. This means the project is free for anyone to clone or use for their own projects.

