This is a simple web application that facilitates CRUD (Create, Read, Update, Delete) operations on a data table. Built using ASP.NET Web Forms, C#, and SQL Server, this project provides a user-friendly interface for data management.
- Add Records: Easily input data including Name, Email, Age, and Phone Number to create new records.
- View Records: Existing records are displayed in a grid view with pagination for efficient browsing.
- Edit Details: Edit record details using the "Edit" button and save changes with the "Update" button.
- Delete Records: Remove unwanted records using the "Delete" button.
- ASP.NET Web Forms
- C#
- SQL Server
- HTML, CSS
- JavaScript (SweetAlert library for user-friendly alerts)
- Clone the Repository: Begin by cloning this repository to your local machine.
- Database Setup: Create a SQL Server database and update the connection string in
WebForm1.aspx.cs
with your database credentials. - Development Environment: Open the project in Visual Studio or your preferred IDE.
- Run the Application: Build and run the project to launch the web application.
- Access the Application: Open the web application in your preferred web browser.
- Add a New Record: Fill in the provided form fields with appropriate information and click the "Submit" button to add a new record to the database.
- View and Manage Records: Existing records are presented in a grid view with pagination, providing an organized view of your data.
- Edit Record Details: Click the "Edit" button on a record to modify its details. Use the "Update" button to save changes.
- Delete Records: Easily remove a record by clicking the "Delete" button associated with it.
Contributions are welcome! If you encounter issues or have ideas for enhancements, please create a pull request.
This project is licensed under the MIT License.
Feel free to tailor this template to suit your project's specifics. Update installation steps, add real screenshots, and adapt the information to match your project's unique features and requirements.