示例#1
0
        private void verContacto()
        {
            HomePageBL homePageBL = new HomePageBL();

            DataSet ds = homePageBL.allContactosRp();

            rpContacto.DataSource = ds.Tables[0];
            rpContacto.DataBind();
        }