Exemple #1
0
 protected void CancelButton_Click(object sender, EventArgs e)
 {
     FacultyNameDropDownList.ClearSelection();
     SubjectDropDownList.ClearSelection();
     BatchTimeDropDownList.ClearSelection();
     BatchCodeDropDownList.ClearSelection();
 }
Exemple #2
0
 protected void CancelButton_Click(object sender, EventArgs e)
 {
     BatchCodeDropDownList.ClearSelection();
     StudentNameDropDownList.ClearSelection();
     SubjectDropDownList.ClearSelection();
     InTimeTextBox.Text      = "";
     OutTimeTextBox.Text     = "";
     DateandTimeTextBox.Text = "";
     AttendanceDropDownList.ClearSelection();
 }