您的位置:首页 > 其它

vs2008中分页控件DataPager收藏

2008-11-23 09:56 477 查看
在使用VS2008过程,发现有了全新的分页控件

<asp:DataPager ID="DataPager1" runat="server" PagedControlID="ListView1" PageSize="4">

<Fields>

<asp:NextPreviousPagerField ButtonType="Button" ShowFirstPageButton="true" ShowPreviousPageButton="true"

ShowLastPageButton="false" ShowNextPageButton="false" FirstPageText="首页" PreviousPageText="上一页" />

<asp:NumericPagerField />

<asp:NextPreviousPagerField ButtonType="Button" ShowNextPageButton="true" ShowLastPageButton="true"

ShowFirstPageButton="false" ShowPreviousPageButton="false" LastPageText="末页"

NextPageText="下一页" />

</Fields>

</asp:DataPager>
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: