网站后台管理之数据列表绑定、删除和修改(6)
发布时间:2021-06-07
发布时间:2021-06-07
10、然后在前台写如下代码把需要使用的外部控件在页面中注册,<%@ Register
Assembly="AspNetPager" Namespace="Wuqi.Webdiyer" TagPrefix="asp" %>
11、然后写代码对分页控件的样式进行修饰,具体代码如下:
<div style="margin: 10px 0 10px 0; padding-bottom: 10px;">
<webdiyer:AspNetPager Style="font-size: 12px" ID="AspNetPager1" runat="server" CustomInfoClass="formbutton"
SubmitButtonText="GO" SubmitButtonClass="formfield" CssClass="formfield" PrevPageText="前一页"
PageSize="10" NextPageText="下一页" LastPageText="尾页" FirstPageText="首页" ShowInputBox="Always"
CustomInfoTextAlign="Center" ShowNavigationToolTip="True" CustomInfoHTML="第 <font color='red'> <b>%CurrentPageIndex% </b> </font>页 共%PageCount% 页 %StartRecordIndex%-%EndRecordIndex%"
InputBoxStyle="width:19px" meta:resourceKey="AspNetPager1" Width="506px" ShowCustomInfoSection="Left"
OnPageChanged="AspNetPager1_PageChanged" HorizontalAlign="Center" EnableTheming="True"
NumericButtonCount="4" Wrap="False"> </webdiyer:AspNetPager> </div>
如果需要修改每页显示的条数对该参数进行修改PageSize="5"。
12、在后台代码中首先需要编写绑定分页控件的代码,具体如下:
public void BindGridView() {
上一篇:音频技术与应用发展趋势
下一篇:小学科学课外活动记录表