Hello everyone, I am Pisces Lin. This is the asp.net+sqlserver2000 student apartment information management system that I dedicate to you.
System functions:
(1) Student information management: including registration, query and maintenance functions of student information
(2) Room information management: including registration and query of apartment room information to maintain functions
(3) Accommodation management: including students checking into apartment rooms, students changing rooms, students leaving the apartment and checking out and various query and maintenance functions
(4) Payment management: including accommodation fees, water and electricity bills paid by students each semester, and detailed information on the list of students who owe accommodation fees
(5) Information query: You can query student information, room information, and accommodation information according to conditions
(6) System settings: You can set the system login password and set the student's major.
System usage instructions:
Open this website in the vs2005 environment, where login.aspx is the login page. Administrator account: admin Administrator password: admin
Under DB is the Sql database file. After appending, modify the database connection information in web.config and some aspx files. The database name is StudentApartmentInfo.
App_Code/DataAccessLayer is the data access layer code directory
App_Code/BusinessLogicLayer is the business logic layer code directory
Expand