在线考试系统代码.pptVIP

  • 13
  • 0
  • 约6.13千字
  • 约 10页
  • 2016-11-12 发布于河南
  • 举报
一个在线考试系统的代码设计 ,,,,,,,,,,,,,, (1)登陆页面 (2)添加信息学生代码 (4)添加试题 Thank You! ,,,,,,,,,,,,,, * L/O/G/O protected void btnlogin_Click(object sender, EventArgs e) {if (txtCode.Text.Trim() != Session[verify].ToString()) {Response.Write(scriptalert(验证码错误);location=Login.aspx/script);} else{ if (this.ddlstatus.SelectedValue == 学生) { if (BaseClass.CheckStudent(txtNum.Text.Trim(), txtPwd.Text.Trim())) { Session[ID] = txtNum.Text.Trim(); Response.Redirect(student/studentexam.aspx);} else { Response.Write(scriptalert(您不是

文档评论(0)

1亿VIP精品文档

相关文档