日常出勤管理系统 [英] Daily Attendance Management System

查看:107
本文介绍了日常出勤管理系统的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

考勤管理系统



我正在为Student.Teacher开发考勤系统,可以选择表格中显示的批次和特定批次学生列表​​,并且她有一个列表学生,只是标记 P 现在和 A 没有在纸上。



实际上我很困惑如何标记多个学生的出勤率。





前端:ASP.Net MVC3,C#

返回结束:MS Sql Server 2008

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

推荐答案

您可以为每个学生添加两个复选框或单选按钮。您可以通过使用GridView或仅在现有表格上添加一列来实现此目的。



现在,教师要么检查当前复选框,要么缺少学生的复选框。 />


然后在存储时代码后面会保存已检查的状态。



这有意义吗?我们可以实现吗?

请解释我们是否会遇到与此逻辑相关的任何问题?
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 ?


这篇关于日常出勤管理系统的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆