当前位置:首页 > .NET3.5正统分页控件来了(ListView和DataPager)

.NET3.5正统分页控件来了(ListView和DataPager)

点击次数:1551  更新日期:2010-12-27
\n

Asp.Net又新增了一个有用的控件,这次可是微软内置的控件了,看看下面的图,多了什么东西呢?


\n

520)this.width=500″ border=0>

ListView和DataPager


\n

DataPager控件能支持实现IPageableItemContainer接口的控件


\n

ListView是现有控件中唯一实现此接口的控件,此控件功能还算强大,来熟悉下页面代码,以后图方面的同志,又可以少几行代码写写了
复制ASPX代码保存代码<asp:ListView runat=”server” ID=”ListView1″ DataSourceID=”SqlDataSource1″
DataKeyNames=”ProductID”>
<layouttemplate>
<table id=”Table1″ runat=”server”>
<tr id=”Tr1″ runat=”server”>
<td id=”Td1″ runat=”server”>
<table id=”itemContainer” runat=”server” border=”0″ style=”">
</table>
</td>
</tr>
<tr id=”Tr2″ runat=”server”>
<td id=”Td2″ runat=”server” style=”">
<asp:datapager ID=”DataPager1″ runat=”server”>
<fields>
<asp:nextpreviouspagerfield ButtonType=”Button” ShowFirstPageButton=”True”
ShowNextPageButton=”False” ShowPreviousPageButton=”False” />
<asp:numericpagerfield />
<asp:nextpreviouspagerfield ButtonType=”Button” ShowLastPageButton=”True”
ShowNextPageButton=”False” ShowPreviousPageButton=”False” />
</fields>
</asp:datapager>
</td>
</tr>
</table>
</layouttemplate>
<itemtemplate>
<tr id=”Tr3″ runat=”server” style=”">
<td>
ProductID: <asp:Label ID=”ProductIDLabel” runat=”server”
Text=’<%# Eval(“ProductID”) %>’ /></td><td>ProductName: <asp:Label
ID=”ProductNameLabel” runat=”server” Text=’<%# Eval(“ProductName”) %>’ /></td></tr>
</itemtemplate>
</asp:ListView><asp:ListView runat=”server” ID=”ListView1″ DataSourceID=”SqlDataSource1″
DataKeyNames=”ProductID”>
<layouttemplate>
<table id=”Table1″ runat=”server”>
<tr id=”Tr1″ runat=”server”>
<td id=”Td1″ runat=”server”>
<table id=”itemContainer” runat=”server” border=”0″ style=”">
</table>
</td>
</tr>
<tr id=”Tr2″ runat=”server”>
<td id=”Td2″ runat=”server” style=”">
<asp:datapager ID=”DataPager1″ runat=”server”>
<fields>
<asp:nextpreviouspagerfield ButtonType=”Button” ShowFirstPageButton=”True”
ShowNextPageButton=”False” ShowPreviousPageButton=”False” />
<asp:numericpagerfield />
<asp:nextpreviouspagerfield ButtonType=”Button” ShowLastPageButton=”True”
ShowNextPageButton=”False” ShowPreviousPageButton=”False” />
</fields>
</asp:datapager>
</td>
</tr>
</table>
</layouttemplate>
<itemtemplate>
<tr id=”Tr3″ runat=”server” style=”">
<td>
ProductID: <asp:Label ID=”ProductIDLabel” runat=”server”
Text=’<%# Eval(“ProductID”) %>’ /></td><td>ProductName: <asp:Label
ID=”ProductNameLabel” runat=”server” Text=’<%# Eval(“ProductName”) %>’ /></td></tr>
</itemtemplate>
</asp:ListView>
最近好戏连台,Adobe的flash cs 3也发布了


\n

<asp:nextpreviouspagerfield
<asp:nextpreviouspagerfield
<asp:Label id=ProductIDLabel
<asp:Label
<asp:nextpreviouspagerfield
<asp:nextpreviouspagerfield
<asp:Label id=ProductIDLabel
<asp:Label
来源:CNBLOGS
<asp:nextpreviouspagerfield
<asp:nextpreviouspagerfield
<asp:Label
<asp:Label
<asp:nextpreviouspagerfield
<asp:nextpreviouspagerfield
<asp:Label
<asp:Label

\n