Project: School Management System In C#
– To download School Management System Project for free (scroll down)
About School Management System:
School Management System project is developed using C# Language. The Project is based on a concept to maintain and generate school’s administration easily. Talking about the system, Before entering the main menu, the user should pass through the login system to get access. From, there a user can either log in or Register as a new user by providing their own details and after logging into the system, he/she can make new admissions of the students, upgrade standards, manage fees, search students, view individual student’s detail, delete student’s record. While entering an admission of the new student, the user has to provide Fullname, Mother’s name, Gender, SurName, Mobile Number, Email ID, Date of Birth, Standard, Medium, Previous School name, Year and Address then the system stores the given data into the database.
Student’s Information stored on the database is retrieved easily with each and every detail and the user can also upgrade student’s standard which also gets updated automatically in student’s database. All the student’s fees are to be managed with the help of Registration number of the students. There are two search categories for the users, Individual and Group. Whenever a student drops out or leaves the school, his/her record can be removed from the database. Pieces of information about the school and contact detail are provided inside School Information tab.
School Management System project helps in student management and fees management of a school within a short period of time. This project is easy to operate and understood by the users. To run this project you must have installed Visual Studio IDE on your PC. This School Management System in C# is free to download with source code. For the project demo, have a look at the image slider below.
[metaslider id=9338]
Features:
- Login/Register System
- New Admissions
- Upgrade Standard
- Fees
- Search Students
- Individual Student Details
- Remove Students
LOGIN DETAILS ARE PROVIDED IN “Readme.txt” FILE INSIDE PROJECT FOLDER
DOWNLOAD SCHOOL MANAGEMENT SYSTEM IN C# WITH SOURCE CODE: CLICK THE BUTTON BELOW
[quads id=1]
how can i change the database directory
I can’t use the Fees tab. Why is that?
video tutorial is available or not ?
I have changed the database directory as instructed still I’m having an error.
“A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not accessible. Verify that the instance name is correct and that SQL Server is configured to allow remote connections. (provider: SQL Network Interfaces, error: 26 – Error Locating Server/Instance Specified)”
Am I missing something?
I need Documentation Of this Project Can You Help me !
hello sir
how to fix this error
“The attempt to attach to the database failed with the following information:
Login failed for user ‘DESKTOP-IVUMQFCijazb’.”
Plz help me in database connectivity, where to change the directory and how ?
Hello, thank you for sharing the project. However there so many connection strings initiated for each activity. i would suggest you edit the connection to one console the do a reference for a objects. Thank you. Otherwise the integration is good. Those who are unable to connect to database kindly. connect in the server explorer as a new sql database file, upgrade, then on the properties copy the new connection an replace with the existing.. Enjoy
An example my connection class I created Data.cs with the connection using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Data.SqlClient; namespace SchoolManagementSystem { class Data { public string connection = “Data Source=(LocalDB)\\MSSQLLocalDB;AttachDbFilename=C:\\Users\\admin\\Documents\\Visual Studio 2015\\Projects\\School Management System C#\\SchoolManagementSystem\\SchoolManagementSystem\\school.mdf;Integrated Security=True”; } } Then here is my log in code: using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System.Text; using System.Windows.Forms; using System.Data.SqlClient; using System.Configuration; namespace SchoolManagementSystem { public partial class Form1 : Form { Data ds = new Data(); SqlConnection con = default(SqlConnection); public Form1() { InitializeComponent(); } public void SqlConn() { SqlConnection connection = default(SqlConnection);… Read more »
How to change Database directory?
hi harry sir !!! i have a problem that how to make the database of this project…………………….
I have changed the database directory as instructed still I’m having an error.
“A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not accessible. Verify that the instance name is correct and that SQL Server is configured to allow remote connections.
anyOne need school managment then email
Email:[email protected]
PLS can you send me video on how to to connect the database ..pls or anything today..
help me in database connectivity
ohh I like every thing with your website.
I get to learn so fast with coding projects when I bench mark with your smart work, thanks for the work!
Hi i cant download the zip file can you email it to me ?
Hi i cant download the zip file can you email it to me ? [email protected]