免费视频淫片aa毛片_日韩高清在线亚洲专区vr_日韩大片免费观看视频播放_亚洲欧美国产精品完整版

打開APP
userphoto
未登錄

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

開通VIP
GrilView漂亮分頁(yè)效果


<PagerTemplate>
                                         <table>
                                             <tr>
                                                 <td style="height: 47px">
                                                     <asp:Label ID="LabelCurrentPage" runat="server" Font-Size="Small">當(dāng)前頁(yè):<%# ((GridView)Container.NamingContainer).PageIndex + 1 %></asp:Label></td>
                                                 <td style="height: 47px">
                                                     <asp:Label ID="LabelPageCount" runat="server" Font-Size="Small">總頁(yè)數(shù):<%# ((GridView)Container.NamingContainer).PageCount %></asp:Label></td>
                                                 <td style="height: 47px">
                                                     <asp:LinkButton ID="LinkButtonFirstPage" runat="server" CommandArgument="First" CommandName="Page"
                                                         Enable="<%# ((GridView)Container.NamingContainer).PageIndex != 0 %>" Font-Size="Small">首頁(yè)</asp:LinkButton></td>
                                                 <td style="height: 47px">
                                                     <asp:LinkButton ID="LinkButtonPreviousPage" runat="server" CommandArgument="Prev"
                                                         CommandName="Page" Enable="<%# ((GridView)Container.NamingContainer).PageIndex != 0 %>"
                                                         Font-Size="Small">上一頁(yè)</asp:LinkButton></td>
                                                 <td style="height: 47px">
                                                     <asp:LinkButton ID="LinkButtonNextPage" runat="server" CommandArgument="Next" CommandName="Page"
                                                         Enable="<%# ((GridView)Container.NamingContainer).PageIndex != ((GridView)Container.NamingContainer).PageCount - 1 %>"
                                                         Font-Size="Small">下一頁(yè)</asp:LinkButton></td>
                                                 <td style="height: 47px">
                                                     <asp:LinkButton ID="LinkButtonLastPage" runat="server" CommandArgument="Last" CommandName="Page"
                                                         Enable="<%# ((GridView)Container.NamingContainer).PageIndex != ((GridView)Container.NamingContainer).PageCount - 1 %>"
                                                         Font-Size="Small">尾頁(yè)</asp:LinkButton></td>
                                             </tr>
                                         </table>
                                     </PagerTemplate>
<PagerTemplate></PagerTemplate> 之間添加!實(shí)行美觀的分頁(yè)效果 (右鍵編輯PagerTemplate找到)
需要在
    protected void GridView1_PageIndexChanging(object sender, GridViewPageEventArgs e)
    {
    }
添加
        try
        {
            GridView1.PageIndex = e.NewPageIndex;
            SMS_BindGrid();
        }
        catch { }
 
本文來自CSDN博客,轉(zhuǎn)載請(qǐng)標(biāo)明出處:http://blog.csdn.net/zhaoyun1016/archive/2009/07/25/4380412.aspx
本站僅提供存儲(chǔ)服務(wù),所有內(nèi)容均由用戶發(fā)布,如發(fā)現(xiàn)有害或侵權(quán)內(nèi)容,請(qǐng)點(diǎn)擊舉報(bào)。
打開APP,閱讀全文并永久保存 查看更多類似文章
猜你喜歡
類似文章
GridView的分頁(yè)-萬能分頁(yè)代碼
gridview的事件大全
ASP.NET 2.0數(shù)據(jù)處理之高級(jí)分頁(yè)與排序
gridview分頁(yè)模型
asp.net gridview 分頁(yè)
gridview中取得當(dāng)前行的行號(hào)
更多類似文章 >>
生活服務(wù)
分享 收藏 導(dǎo)長(zhǎng)圖 關(guān)注 下載文章
綁定賬號(hào)成功
后續(xù)可登錄賬號(hào)暢享VIP特權(quán)!
如果VIP功能使用有故障,
可點(diǎn)擊這里聯(lián)系客服!

聯(lián)系客服