在线考试系统需求分析说明书(14)

发布时间: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;

在线考试系统需求分析说明书(14).doc 将本文的Word文档下载到电脑

精彩图片

热门精选

大家正在看

× 游客快捷下载通道(下载后可以自由复制和排版)

限时特价:7 元/份 原价:20元

支付方式:

开通VIP包月会员 特价:29元/月

注:下载文档有可能“只有目录或者内容不全”等情况,请下载之前注意辨别,如果您已付费且无法下载或内容有问题,请联系我们协助你处理。
微信:fanwen365 QQ:370150219