Exemple #1
0
 protected void Button3_Click(object sender, EventArgs e)
 {
     FindPatientTextBox.Text = "";
     AllPatientsGridview.DataBind();
 }
Exemple #2
0
 protected void FindPatientButton_Click(object sender, EventArgs e)
 {
     AllPatientsGridview.DataBind();
 }