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