Library System ASP.Net Project
Library management system project website used to maintain all activities of library system such as maintain books stock, issue book records, return book records, student detail and also keep data of penalty for late return books. The project covered all activities which has done to run library system.
We develop this library system in asp.net C# project for final year students of engineering I.T, Computer, Msc IT and B.C.A.
We provide video tutorial for students to learn and develop the library system.
We also provide download link for students to get free source code of library system project.
Library Management System
Project Title : | Library Management System |
---|---|
Abstract : | Library management system project used to track books owned, issue book, return book records, penalty records, and students who have borrowed. |
Project Type : | Website |
Technology : | ASP.Net Visual Studio 2010 with C# Language |
Database : | SQL-Server 2008 |
Library Management System Project Video Tutorial
Here, we provide library system project video for student to understand all functionalities and activities of asp.net website project.
This Library management system asp.net project has main two modules.
- Librarian
- Student
Librarian : Librarian is a responsible person who run the system, is a administrator of the whole system. Librarian has a full rights to handle the project.
Librarian Functionalities:
Here are the list of activities of librarian.
- Add Publication
- Add Book Stock
- Add Branch
- Add Student
- Issue Books
- Return Books
- Penalty
The Librarian has a username and password to access the system. After login he has to first add publication detail in to system and then enter all the detail of book stock. In our system librarian can make entry of student who are the members of our system. Librarian can register all students with valid personal detail and generate username and password for each student for login into system. Librarian issue books to registered student and get return from them. He has rights to make a penalty for late return book.
Student / Member Functionalities:
- Book Reports
- Penalty Status
- Account
The Student is a registered member of library system. All student has unique username and password to access his account. After login student can access his account detail, they can see the borrowed book report and penalty report.
Related Project :
Student Management System C#.Net Project
Online Teaching Website ASP.Net Project
Student Attendance Management System ASP.Net Project
Download Library Management System Project
Download asp.net project with source code | |
---|---|
Download Library Management System Project in ASP.Net C#. | Download Project |
Download SQL-Server Database. | Download Database |
Library management system Screen Short | Download SS |
Download Data Flow Diagram – DFD for library management system. | Download DFD |
Download Activity Diagram for Library management system. | Download |
Download Use Case Diagram for Library management system. | Download UseCase |
FlowChart for Library management system. | FlowChart |
Project Tips :
Buy Project :
Now, No need to buy project. Now it is Free. If need any help contact us on meeraacademy@hotmail.com.
We provide this free project for students, only for educational purpose.
Download and Run Project Demo :
Learn how to download and run c# .net project with source code. Project Demo
Subscribe us
If you liked this c# post, then please subscribe to our YouTube Channel for more Project video tutorials.
We hope that this asp.net project tutorial helped you to understand Library Management System Project.
error:column name or number supplied values does not match table definition.
when i add the publication this error are show,plz help me…
Please, make sure ID column of all tables must be auto increment and primary key.
plz can you help me in set username and password
use AdminMst table for username and password
Exception Details: System.Data.SqlClient.SqlException: Cannot open database “LibrarySystem” requested by the login. The login failed.
Login failed for user ‘DESKTOP-T6RERGP\Thanu’.
How do I resolve this error..I created username and password manually in AdminMst table also.
check your sql login security credential…
System.Data.SqlClient.SqlException
HResult=0x80131904
Message=Procedure or function ‘BOOK_INSERT’ expects parameter ‘@pdf’, which was not supplied.
Source=.Net SqlClient Data Provider
StackTrace:
Please upload pdf file with this form.
Penalty part not working,where can I find penalty source code?
All web pages with source code already given on above post.
We can add branch,student,publication etc in database but we are not able to add publication ,branch anything in output. It is showing error like system.data.sqlclient.sqlException in stored procedures like that would you pls help us to rectify it.
do not add data directly in sql table. add data from web page after create database properly.
What is the username and password exactly?
Login credential invalid!
After creating database, open AdminMst table and insert username and password value manually.