欧美日韩一区二区三区四区不卡,日韩欧美视频一区二区三区四区,久久精品欧美一区二区三区不卡,国产精品久久久乱弄

咨詢電話:186 7916 6165 咨詢電話:186 7916 6165 (微信同號)    在線QQ:181796286
NEWS BLOG ·
學無止境
關注開優網絡 關注前沿
ASP.NET百度地圖API使用
ASP.NE Excel 數據導入導出

AspNetPager 偽靜態設置

發表日期:2016-01-23    文章編輯:南昌開優網絡    瀏覽次數:4194    標簽:ASP.NET應用

1、不帶參數的分頁  使用 原本方即可
<webdiyer:aspnetpager id="anp" runat="server" cssclass="pages" currentpagebuttonclass="cpb"
              custominfohtml="總共%RecordCount%條記錄,當前為%CurrentPageIndex%/%PageCount%頁" firstpagetext="首頁"
              lastpagetext="尾頁" nextpagetext="下一頁" numericbuttoncount="5" onpagechanged="anp_PageChanged"
              pageindexboxtype="DropDownList" prevpagetext="上一頁" showcustominfosection="Left"
              showmorebuttons="False" showpageindexbox="Always" submitbuttontext="Go" textafterpageindexbox="頁"
              textbeforepageindexbox="轉到">
</webdiyer:aspnetpager>

2、帶參數的分頁
<webdiyer:aspnetpager id="anp" runat="server" cssclass="pages" currentpagebuttonclass="cpb"
              custominfohtml="總共%RecordCount%條記錄,當前為%CurrentPageIndex%/%PageCount%頁" firstpagetext="首頁"
              lastpagetext="尾頁" nextpagetext="下一頁" numericbuttoncount="5" onpagechanged="anp_PageChanged"
              pageindexboxtype="DropDownList" prevpagetext="上一頁" showcustominfosection="Left"
              showmorebuttons="False" showpageindexbox="Always" submitbuttontext="Go" textafterpageindexbox="頁"
              textbeforepageindexbox="轉到" PageSize="6" UrlPaging="true"
              EnableUrlRewriting="True" UrlRewritePattern="~/product_%caid%_{0}.html">
    </webdiyer:aspnetpager>
UrlPaging="true"  //開啟url參數分頁 使用該屬性 返回如 news.aspx?caid=1&page=2
EnableUrlRewriting="True"  //開啟URL重寫
UrlRewritePattern="~/product_%caid%_{0}.html"  //重寫規則  %% 為參數可使用多個  {0} 為頁數

在Web.config 中配置 偽靜態規則
<RewriterRule> 
      <name>產品列表 帶分頁</name>
      <LookFor>~/product_(\d+)_(\d+).html</LookFor>  //轉向
      <SendTo>~/product.aspx?caid=$1&amp;page=$2</SendTo>  //原文件  $1 為第一個參數  $2 為頁數
</RewriterRule>

  
主站蜘蛛池模板: 曲沃县| 津市市| 武强县| 潜山县| 团风县| 巧家县| 梅河口市| 康保县| 恭城| 光泽县| 威信县| 滦南县| 全南县| 沙洋县| 永昌县| 铜鼓县| 信阳市| 平遥县| 丹阳市| 梁平县| 青铜峡市| 绥芬河市| 开原市| 沽源县| 灵丘县| 津南区| 宁夏| 当涂县| 新沂市| 军事| 太谷县| 同仁县| 宜黄县| 满城县| 榕江县| 延吉市| 迁西县| 北海市| 本溪市| 东莞市| 化隆|