在线考试系统需求分析说明书(14)
发布时间:2021-06-08
发布时间:2021-06-08
}
作废:SqlCommand cmd1 = new SqlCommand ("update T_SingleChoice set 使用=0 where 题目ID='" + id + "' ", Con);
2.
修改试题
当点击修改时,获取要修改题目的“题目ID”,放入session中,然后传递到修改页面使用,作为显示和修改该题判断条件,代码如下:
if (mandName == "change") {
int index = Convert.ToInt32(mandArgument); Session["subjectid"] =
this.GridView1.Rows[index].Cells[0].Text.ToString(); }
使用label控件,在gridview中,绑定数据(题干,选项A、B、C、D)显示原题干及各个选项信息,方便修改。方法如下:
Eval[“题干”],Eval[“选项A”],Eval[“选项B”] ,Eval[“选项C”], Eval[“选项D”]
同时使用TextBox控件绑定数据(题干,选项A、B、C、D)以便进行小范围的修改。 提交修改 则激活事件
DataList1_ItemCommand(object source, DataListCommandEventArgs e) 实现如下Button ID="Button1"
CommandName='<%#Eval("题目ID") %>' OnCommand="btn_Click" OnItemCommand="DataList1_ItemCommand"
激活DataList1_ItemCommand事件后只需将TextBox控件中获得的数据同步到数据库
中即可,再跳回到ManageSingleChoice.aspx页面即可查看修改的大致结果
protected void DataList1_ItemCommand(object source, DataListCommandEventArgs e) {
int id = Convert.ToInt32(mandName);
for(int i=5;i<=8;i++){ //获取正确答案 tring answerid="RadioButton"+i;
RadioButton rb = e.Item.FindControl(answerid) as RadioButton;
上一篇:简单委托书格式范文(2021)
下一篇:学困生转化计划与措施