repeater嵌套RadioButtonList.doc_第1页
repeater嵌套RadioButtonList.doc_第2页
repeater嵌套RadioButtonList.doc_第3页
repeater嵌套RadioButtonList.doc_第4页
repeater嵌套RadioButtonList.doc_第5页
已阅读5页,还剩3页未读 继续免费阅读

下载本文档

版权说明:本文档由用户提供并上传,收益归属内容提供方,若内容存在侵权,请进行举报或认领

文档简介

.aspx function time_(intime) var mm,ss,time_all; time_all = intime; mm=parseInt(time_all/60); ss=time_all % 60; if(mm10) mm=0+mm; if(ss10) ss=0+ss; str=mm+:+ss; document.all.lbltime.innerText=str; if(time_all=0) top.location.href(TimeOver.aspx); else time_all=time_all-1; document.all.hidtime.value=time_all; setTimeout(time_(+time_all+),1000);     time_(document.all.hidtime.value); .csusing System;using System.Data;using System.Configuration;using System.Collections;using System.Web;using System.Web.Security;using System.Web.UI;using System.Web.UI.WebControls;using System.Web.UI.WebControls.WebParts;using System.Web.UI.HtmlControls;public partial class examineMain : System.Web.UI.Page testSystem.DAL.DAQuestion dq = null; static int pageIndex; static int boolEnd; static int time_all=45*60; protected void Page_Load(object sender, EventArgs e) if (!IsPostBack) lbltime.Text = time_all.ToString(); pageIndex = 1; databind(pageIndex); hidtime.Value= time_all .ToString() ; private void databind(int pageIndex) dq = new testSystem.DAL.DAQuestion(); DataSet ds = dq.getQuestion(pageIndex,out boolEnd); Repeater1.DataSource = ds.Tablesquestion; Repeater1.DataBind(); protected void Repeater1_ItemDataBound(object sender, RepeaterItemEventArgs e) if (e.Item.ItemType=ListItemType.Item|e.Item.ItemType=ListItemType.AlternatingItem) Label lab = (Label)e.Item.FindControl(ID); lab.Text = (DataRowView)e.Item.DataItem).RowID.ToString()+:; lab = (Label)e.Item.FindControl(QUESTION); lab.Text = (DataRowView)e.Item.DataItem).RowQUESTION.ToString(); int flag = Convert.ToInt32(DataRowView)e.Item.DataItem).Rowtype); DataSet ds = dq.getOptionbyQuestionId(Convert.ToInt32(DataRowView)e.Item.DataItem).RowQID); ArrayList colArrayList = new ArrayList(); int i = 65; foreach (DataRow dr in ds.Tablesoption.Rows) colArrayList.Add(Convert.ToChar(i).ToString()+:+dranswerOption.ToString(); i+; RadioButtonList RadList = (RadioButtonList)e.Item.FindControl(RadList); CheckBoxList ChkList = (CheckBoxList)e.Item.FindControl(ChkList); RadList.DataSource = colArrayList; RadList.DataBind(); ChkList.DataSource = colArrayList; ChkList.DataBind(); lab = (Label)e.Item.FindControl(TYPE); if (flag = 0) lab.Text = (单选题); RadList.Visible = true; ChkList.Visible = false; else lab.Text = (多选题); RadList.Visible = false; ChkList.Visible = true; protected void btnNextPage_Click(object sender, EventArgs e) pageIndex = pageIndex + 1; if (boolEnd!=1) databind(pageIndex); hidtime.Value= Requesthidtime; if (boolEnd=1) btnNextPage.Text = 提 交; for (int i = 0; i Repeater1.Items.Count; i+) CheckBoxList chk = new CheckBoxList(); chk = (CheckBoxList)Repeater1.Itemsi.FindControl(ChkList); string result

温馨提示

  • 1. 本站所有资源如无特殊说明,都需要本地电脑安装OFFICE2007和PDF阅读器。图纸软件为CAD,CAXA,PROE,UG,SolidWorks等.压缩文件请下载最新的WinRAR软件解压。
  • 2. 本站的文档不包含任何第三方提供的附件图纸等,如果需要附件,请联系上传者。文件的所有权益归上传用户所有。
  • 3. 本站RAR压缩包中若带图纸,网页内容里面会有图纸预览,若没有图纸预览就没有图纸。
  • 4. 未经权益所有人同意不得将文件中的内容挪作商业或盈利用途。
  • 5. 人人文库网仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对用户上传分享的文档内容本身不做任何修改或编辑,并不能对任何下载内容负责。
  • 6. 下载文件中如有侵权或不适当内容,请与我们联系,我们立即纠正。
  • 7. 本站不保证下载资源的准确性、安全性和完整性, 同时也不承担用户因使用这些下载资源对自己和他人造成任何形式的伤害或损失。

评论

0/150

提交评论