创建项目以维护学生的注册记录 [英] create project for maintain attendence register of student

查看:61
本文介绍了创建项目以维护学生的注册记录的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述



我想按班级制作维护学生注册的项目。应该通过网格进行注意。

=>学生姓名显示在第一栏

=>其他列表示当前月份= = day1,day2,day3 ...,day31

我不知道这个。请帮助



对不起,我的英文,



先谢谢。


I want to make project for maintain attendence register of student by class. Attendence should done by grid.
=> Student Name show in first column
=> other column represent by current month like = day1,day2,day3...,day31
I have no idea for this. Please Help

Sorry for My English,

Thanks In Advance.

推荐答案

首先,你计划如何做你的项目...



1.创建学生添加面板

-U可以添加学生姓名和班级以及父母的详细信息。



2.创建网格视图并绑定表中的详细信息...



3.将grida栏添加到automaticaaly并输出日期..





非常简单...
First of all u plan how to do ur project...

1.create student add Panel
-U can add student name and class and parent details like that.

2.Create grid-view and bind those details from table...

3.Add date to gridview column automaticaaly and put the attendance..


very simple one...


非常重要的是在表中添加主键,分别标识每个记录。
Very importantly Add primary key in your table, that identifies each records separately.


1)创建学生面板

2)当添加学生调用带循环的存储过程时...所有365天的状态为0的插入日期

3)在gridview过滤中获取数据与日期/学生/月份有一个下拉列表....下拉有2个值。(I)参加(II)缺席( III)假期

4)最后添加一个按钮,它将更新当前/缺席状态...
单击按钮时的
更新数据库的状态..类似


现在将设置状态1,假期将设置状态2 ....缺席为0 ....
1) create student panel
2)when add a student call a stored procedure with loop...which insert date for all 365 days with status 0
3)fetch the data in a gridview filtering with date/student/month with a dropdown ....dropdown has 2 value.(I) attend (II)absent (III) holiday
4)at last add a button which will update present/absent status...
when button is clicked update status of database..like

present will set status 1 and holiday will set status 2....absent is 0....


这篇关于创建项目以维护学生的注册记录的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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