protected void mostrar() { Inscripcion insc = new Inscripcion(); gvInscripcion.DataSource = insc.buscar(txtBuscar.Text); gvInscripcion.DataBind(); }