Ejemplo n.º 1
0
 public void LlenarTabla(int Id)
 {
     try
     {
         GvHistorial.DataSource = BANUsuario.OrganizarHistorial(Id);
         GvHistorial.DataBind();
     }
     catch (Exception Ex)
     {
     }
 }