コード例 #1
0
 private void Limpiar()
 {
     FechaLabel.Text         = FechaLabel.Text;
     IdTextBox.Text          = string.Empty;
     CentroSaludTextBox.Text = "";
     ProvinciaDropDownList.ClearSelection();
     MunicipioDropDownList.ClearSelection();
     PacienteDropDownList.ClearSelection();
     VacunaDropDownList.ClearSelection();
     DosisTextBox.Text            = string.Empty;
     FechaVacunaTextBox.Text      = string.Empty;
     HistorialGridView.DataSource = null;
     HistorialGridView.DataBind();
 }