Click here to Skip to main content
15,887,135 members
Please Sign up or sign in to vote.
1.00/5 (3 votes)
Attendance Management System

I am developing an attendance system for Student.Teacher can select the batch and that particular batch student list shown in table and she has a list of student and just marks P for present and A for absent on paper.

actually i am getting confused how to mark a multiple student attendance.


Front end:ASP.Net MVC3,C#
Back end: MS Sql Server 2008
Posted
Updated 26-Aug-17 22:25pm
v2
Comments
OriginalGriff 23-May-13 8:14am    
I'm not sure we can help you, based on that information.
What is a "multiple student attendance", and what about it is giving you problems?
Remember, we can't see your screen, or access your HDD so you need to explain things fairly carefully to make sure we understand where you are having difficulties.

1 solution

You can put a two checkboxes or radio buttons for each student. You can achieve this by using GridView or just appending a column on the existing table.

Now the teacher either checks the present checkbox or absent checkbox for the students.

Then in code behind while storing you will save the checked status of presence.

Is this makes sense ? Can we implement this ?
Please explain if we will face any issues with this logic ?
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900