This commit is contained in:
Daniel Cortés
2019-12-12 15:08:38 -03:00
parent ecfe04e1b8
commit a96f34d0c9
6 changed files with 26 additions and 6 deletions

View File

@@ -53,6 +53,9 @@ public partial class modificar_participante : System.Web.UI.Page
carrera_select.DataValueField = "id";
carrera_select.DataBind();
carrera_select.Items.Insert(0, "Seleccione una Carrera");
} else
{
carrera_select.Items.Clear();
}
}
protected void OnBuscarClick(object sender, EventArgs e)