A simple game point card sales management system. Users can register at the front desk and purchase game points online after being reviewed by the administrator. The object-oriented model is used to develop the backend. After the super administrator logs in, he can perform user management, point card management, complaint handling, etc. Function module:
Role management:
(1) Based on the requirements, create a RoleInfo table and enter at least one piece of test data, such as: 1 Administrator (required completion time: 20 minutes);
According to the needs, layout the role management page, add role page, modify role page, if using Label tag, etc., you can also create a "delete role page" (required completion time: 30 minutes);
(2) Use GridView to implement the function of displaying role information (required completion time: 25 minutes);
Implement the function of adding roles (required completion time: 25 minutes);
(3) Modify the role to display the specified role information on the role modification page (required completion time: 20 minutes);
Implement the function of modifying roles (required completion time: 30 minutes);
(4) Implement the function of deleting characters (required completion time: 50 minutes).
User management:
(1) Based on the requirements, create a UserInfo table and enter at least two pieces of test data, such as: admin administrator……;tiantanglangzi paradise prodigal son…… (required completion time: 20 minutes);
According to needs, layout the user management page and display detailed information page (required completion time: 30 minutes);
(2) Use GridView to implement the function of displaying user information (required completion time: 25 minutes);
Initialize the drop-down menu list (required completion time: 25 minutes);
(3) Dynamically display corresponding user information according to the selected menu item (required completion time: 20 minutes);
Implement the select-all function (required completion time: 30 minutes);
(4) Implement the function of displaying detailed information of specified users (required completion time: 50 minutes).
Remittance review:
(1) Based on requirements, create PostHistory and ApproveState tables, and enter at least two pieces of test data, such as: 1 tiantanglangzi ICBC 3000 2007-8-13 15:20:00 Recharge me quickly 1 (required completion time: 20 minutes) ;
According to needs, layout the remittance review and display details page (required completion time: 30 minutes);
(2) Use GridView to implement the function of displaying remittance information (required completion time: 25 minutes);
Initialize the drop-down menu list (required completion time: 25 minutes);
(3) Dynamically display corresponding remittance information according to the selected menu item (required completion time: 20 minutes);
Implement the select-all function (required completion time: 30 minutes);
(4) Implement the function of displaying detailed information of designated remittance records (required completion time: 50 minutes).
Modify information and contact us:
(1) Based on the requirements, use the UserInfo table created by student B. If there is no test data, you can enter a piece of test data (required completion time: 30 minutes);
Layout the contact us page (time taken: 20 minutes);
(2) According to the needs, layout and modify the user profile page (required completion time: 50 minutes);
(3) Display the basic information of the logged-in user on the modification information page (required completion time: 50 minutes);
(4) Implement the function of modifying user information (required completion time: 50 minutes).
Home page: login.aspx
Default common user account/password: test/test
Default administrator account/password: 51aspx/51aspx
DB_51aspx is a Sql2005 database, just attach it