private void LoadAlertas() { DataTable d = SPs.AprGetAlertaCM().GetDataSet().Tables[0]; if (d.Rows.Count > 0) { rptAlertas.DataSource = d; rptAlertas.DataBind(); //gvMenores.DataSource = d; //gvMenores.DataBind(); } }