Ejemplo n.º 1
0
 public void Bind()
 {
     if (nowExam == null)
     {
         alert("暂无正在进行的考试", "/Desktop.aspx");
     }
     else
     {
         stus = exambll.AdminGetStuExamByTheExamId(ref pageNumber, ref totalPage, ref count, nowExam.ExamId.ToString(), para);
         //stus = exambll.GetExamStuByExamId(ref pageNumber, ref totalPage, ref count, nowExam.ExamId.ToString(), para);
     }
 }