九色国产,午夜在线视频,新黄色网址,九九色综合,天天做夜夜做久久做狠狠,天天躁夜夜躁狠狠躁2021a,久久不卡一区二区三区

打開APP
userphoto
未登錄

開通VIP,暢享免費(fèi)電子書等14項(xiàng)超值服

開通VIP
經(jīng)典的AspNetPager樣式 - SK的日志 - 網(wǎng)易博客


ASP.net 2010-05-21 15:28:36 

自定義樣式:

  <style type="text/css">

  /*拍拍網(wǎng)風(fēng)格*/

  .paginator { font: 11px Arial, Helvetica, sans-serif;padding:10px 20px 10px 0; margin: 0px;}

  .paginator a {padding: 1px 6px; border: solid 1px #ddd; background: #fff; text-decoration: none;margin-right:2px}

  .paginator a:visited {padding: 1px 6px; border: solid 1px #ddd; background: #fff; text-decoration: none;}

  .paginator .cpb {padding: 1px 6px;font-weight: bold; font-size: 13px;border:none}

  .paginator a:hover {color: #fff; background: #ffa501;border-color:#ffa501;text-decoration: none;}

  /*淘寶風(fēng)格*/

  .paginator { font: 12px Arial, Helvetica, sans-serif;padding:10px 20px 10px 0; margin: 0px;}

  .paginator a {border:solid 1px #ccc;color:#0063dc;cursor:pointer;text-decoration:none;}

  .paginator a:visited {padding: 1px 6px; border: solid 1px #ddd; background: #fff; text-decoration: none;}

  .paginator .cpb {border:1px solid #F50;font-weight:700;color:#F50;background-color:#ffeee5;}

  .paginator a:hover {border:solid 1px #F50;color:#f60;text-decoration:none;}

  .paginator a,.paginator a:visited,.paginator .cpb,.paginator a:hover

  {float:left;height:16px;line-height:16px;min-width:10px;_width:10px;margin-right:5px;text-align:center;

  white-space:nowrap;font-size:12px;font-family:Arial,SimSun;padding:0 3px;}

  </style>

  前臺:<table cellpadding="0" cellspacing="0" align="center" width="99%" class="border">

  <tr>

  <td align="left" colspan="2">

  <webdiyer:AspNetPager ID="AspNetPager1" CssClass="paginator"   CurrentPageButtonClass="cpb" runat="server" AlwaysShow="True"

  FirstPageText="首頁"  LastPageText="尾頁" NextPageText="下一頁"  PageSize="20" PrevPageText="上一頁"  ShowCustomInfoSection="Left"

  ShowInputBox="Never" onpagechanged="AspNetPager1_PageChanged"  CustomInfoTextAlign="Left" LayoutType="Table"  >

  </webdiyer:AspNetPager>

  </td>

  </tr>

  </table>

  后臺:

  void bindData()

  {       .......綁定語句       this.AspNetPager1.CustomInfoHTML = string.Format("當(dāng)前第{0}/{1}頁 共{2}條記錄 每頁{3}條", new object[] { this.AspNetPager1.CurrentPageIndex, this.AspNetPager1.PageCount, this.AspNetPager1.RecordCount, this.AspNetPager1.PageSize });

  }

  protected void AspNetPager1_PageChanged(object src, EventArgs e)

  {

  bindData();

  }

本站僅提供存儲服務(wù),所有內(nèi)容均由用戶發(fā)布,如發(fā)現(xiàn)有害或侵權(quán)內(nèi)容,請點(diǎn)擊舉報(bào)。
打開APP,閱讀全文并永久保存 查看更多類似文章
猜你喜歡
類似文章
ASP.NET 數(shù)據(jù)列表控件的分頁總結(jié)(三):Asp.Net 可定制分頁用戶控件
asp.net分頁控件AspNetPager的樣式美化
DIV+CSS 常用代碼大全
404頁面代碼,稍做修改就能用!
常用css2基本定義例子
調(diào)整WORDPRESS顯示寬度
更多類似文章 >>
生活服務(wù)
熱點(diǎn)新聞
分享 收藏 導(dǎo)長圖 關(guān)注 下載文章
綁定賬號成功
后續(xù)可登錄賬號暢享VIP特權(quán)!
如果VIP功能使用有故障,
可點(diǎn)擊這里聯(lián)系客服!

聯(lián)系客服