Exemplo n.º 1
0
 //重置
 protected void Reset_Click(object sender, EventArgs e)
 {
     try
     {
         T_Sno.Reset();
         T_SName.Reset();
         rbtnBoy.Reset();
         rbtnGril.Reset();
         DropDownListDocumentType.Reset();
         T_DocumentNumber.Reset();
         T_Contact.Reset();
         IsGraduation.Reset();
         NotGraduation.Reset();
         T_Specialty.Reset();
         T_SResearch.Reset();
         T_SGraduationDirection.Reset();
         DropDownListType.Reset();
         T_UserInfoID.Reset();
         DatePickerEnterTime.Reset();
         DatePickerGraduationTime.Reset();
         DropDownListSecrecyLevel.Reset();
         DropDownList_Agency.Reset();
     }
     catch (Exception ex)
     {
         publicmethod.SaveError(ex, this.Request);
     }
 }
Exemplo n.º 2
0
 //重置
 protected void btnReset_Click(object sender, EventArgs e)
 {
     txtLecturesName.Reset();
     txtUReportName.Reset();
     DatePikerLecturesTime.Reset();
     txtWorkPlace.Reset();
     txtlistenerNumber.Reset();
     DropDownList_SecrecyLevel.SelectedValue = "0";
     DropDownList_Agency.Reset();
     txtLecturesPlace.Reset();
     txtIDCard.Reset();
     txtjobtitle.Reset();
     Remark.Reset();
     txtTel.Reset();
 }