Пример #1
0
 public void Refresh()
 {
     txtStudentName.Text  = "";
     txtStudentEmail.Text = "";
     txtContactNo.Text    = "";
     txtAddress.Text      = "";
     DepartmentDropDownList.ClearSelection();
 }
 public void Refresh()
 {
     txtCourseCode.Text  = "";
     txtCourseName.Text  = "";
     txtCredit.Text      = "";
     txtDescription.Text = "";
     DepartmentDropDownList.ClearSelection();
     SemestersDropDownList.ClearSelection();
 }
 public void Refresh()
 {
     txtCourseCredit.Text    = "";
     txtCourseName.Text      = "";
     txtCreditTaken.Text     = "";
     txtRemainingCredit.Text = "";
     DepartmentDropDownList.ClearSelection();
     TeacherDropDownList.ClearSelection();
     CourseDropDownList.ClearSelection();
 }
 public void Refresh()
 {
     txtTeacherName.Text    = "";
     txtTeacherAddress.Text = "";
     txtTeacherEmail.Text   = "";
     txtContactNo.Text      = "";
     txtCreditTaken.Text    = "";
     DepartmentDropDownList.ClearSelection();
     DesignationDropDownList.ClearSelection();
 }