国产探花免费观看_亚洲丰满少妇自慰呻吟_97日韩有码在线_资源在线日韩欧美_一区二区精品毛片,辰东完美世界有声小说,欢乐颂第一季,yy玄幻小说排行榜完本

首頁 > 編程 > .NET > 正文

asp.net Gridview分頁保存選項

2024-07-10 12:44:47
字體:
來源:轉載
供稿:網友

代碼如下:
#region //'Revision: 1.00 Created Date: 2013/08/02 Created ID: Una [#1300071]增加多選框
        /// <summary>
        /// Session獲取多選框值
        /// </summary>
        private void RememberOldValues()
        {
            ArrayList categoryIDList = new ArrayList();
            string index = "";
            foreach (GridViewRow row in gridView.Rows)
            {
                index = (string)gridView.DataKeys[row.RowIndex].Value;
                bool result = ((CheckBox)row.FindControl("DeleteThis")).Checked;

                // Check in the Session
                if (Session["id"] != null)
                    categoryIDList = (ArrayList)Session["id"];
                if (result)
                {
                    if (!categoryIDList.Contains(index))
                        categoryIDList.Add(index);
                }
                else
                    categoryIDList.Remove(index);
            }
            if (categoryIDList != null && categoryIDList.Count > 0)
                Session["id"] = categoryIDList;
        }

        /// <summary>
        /// Session分頁時之前多選框為true
        /// </summary>
        private void RePopulateValues()

發表評論 共有條評論
用戶名: 密碼:
驗證碼: 匿名發表
主站蜘蛛池模板: 嵩明县| 会昌县| 天峨县| 泽州县| 桐庐县| 凌海市| 苗栗市| 庄河市| 无棣县| 修文县| 朝阳区| 勃利县| 逊克县| 呈贡县| 方城县| 湖州市| 枝江市| 云林县| 兰坪| 台前县| 那曲县| 舞钢市| 毕节市| 台南县| 栾城县| 天台县| 长宁县| 保山市| 神池县| 乌拉特后旗| 克东县| 湖州市| 甘肃省| 玉门市| 平塘县| 霸州市| 兴城市| 舒城县| 宁城县| 乐亭县| 墨脱县|