Fixes
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user