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

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

AspNetPager 偽靜態設置

發表日期:2016-01-23    文章編輯:南昌開優網絡    瀏覽次數:4210    標簽: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>

  
主站蜘蛛池模板: 芮城县| 东源县| 瓮安县| 滦平县| 通渭县| 望城县| 安康市| 拉萨市| 托里县| 兴文县| 神木县| 鹿泉市| 志丹县| 夹江县| 巢湖市| 那曲县| 余姚市| 定西市| 漳浦县| 收藏| 吉安市| 三都| 驻马店市| 武强县| 长沙市| 大姚县| 建阳市| 建湖县| 太和县| 长岛县| 石渠县| 谢通门县| 南郑县| 贡嘎县| 卫辉市| 闵行区| 新竹市| 筠连县| 五峰| 云龙县| 沙河市|