Пример #1
0
        void Bind()
        {
            List <Model.Contacts> listconte = bllcon.GetModelList("Accounts='" + accounts.Value + "'");

            rep1.DataSource = listconte;
            rep1.DataBind();
        }