Пример #1
0
        private string GetRefreshUrl(bool __bIncludePager, bool __bIncludeSearchKey)
        {
            string str;
            string str2;

            string[] strArray;
            bool     flag;

            str = PageUtil.GetRefreshUrl(this.Page, new string[] { "rnd", "act", "pi", "ps", "skey", "sort", "returl", "id", "id2", "sel" });
            if ((__bIncludePager == 0) != null)
            {
                goto Label_00A2;
            }
            str = str + string.Format("&pi={0}&ps={1}", (int)(this.PaginationBar1.PageIndex - 1), (int)this.PaginationBar1.PageSize);
Label_00A2:
            if ((__bIncludeSearchKey == 0) != null)
            {
                goto Label_00D5;
            }
            str = str + string.Format("&skey={0}", HttpUtility.UrlEncode(Util.GetString(base.Request, "skey", "")));
Label_00D5:
            str2 = (str + string.Format("&sort=" + HttpUtility.UrlEncode(""), new object[0])) + "&ispostback=1";
Label_010B:
            return(str2);
        }
Пример #2
0
        private string GetRefreshUrl()
        {
            string str;
            string str2;

            string[] strArray;
            str2 = PageUtil.GetRefreshUrl(this.Page, new string[] { "rnd", "act", "eid" });
Label_0031:
            return(str2);
        }
Пример #3
0
        private string GetRefreshUrl(bool __bIncludePager, bool __bIncludeSearchKey)
        {
            string str;
            string str2;

            string[] strArray;
            bool     flag;

            str = PageUtil.GetRefreshUrl(this.Page, new string[] { "rnd", "act", "parentid", "pi", "ps", "skey", "sort", "returl", "id", "id2", "sel" });
            if ((__bIncludeSearchKey == 0) != null)
            {
                goto Label_00A3;
            }
            str = str + string.Format("&skey={0}", HttpUtility.UrlEncode(Util.GetString(base.Request, "skey", "")));
Label_00A3:
            str2 = (str + string.Format("&sort=" + HttpUtility.UrlEncode(""), new object[0])) + "&ispostback=1";
Label_00D9:
            return(str2);
        }