Пример #1
0
        private void BindProtest()
        {
            ClAgreePercentProtest cl = new ClAgreePercentProtest();

            cl.UserResponseID = Convert.ToInt32(Session["UserID"].ToString());
            // cl.PeymnaKArID=Convert.ToInt32(Session["UserID"].ToString());
            DataSet ds = AgreePercentProtestClass.GetListNav(cl);

            lblAllProtest.Text  = ds.Tables[0].Rows.Count.ToString();
            lblAllProtest2.Text = ds.Tables[0].Rows.Count.ToString();

            dl1.DataSource = ds;
            dl1.DataBind();
            ds.Dispose();
        }