private void verRedSocial() { HomePageBL homePageBL = new HomePageBL(); DataSet ds = homePageBL.allRSActive(); rpRs.DataSource = ds.Tables[0]; rpRs.DataBind(); }