Exemplo n.º 1
0
 protected void btnAceptar_Click(object sender, EventArgs e)
 {
     this.gridPanel.Visible = true;
     AluInscripcionLogic ail = new AluInscripcionLogic();
     listInscrip = ail.GetInscCurso(listcurso[ddlCurso.SelectedIndex].ID);
     this.gvNotas.DataSource = listInscrip;
     this.gvNotas.DataBind();
 }