ASP.Net2.0 GridView 多列排序,显示排序图标,分页(10)
点击次数:28 次 发布日期:2008-11-26 12:15:02 作者:源代码网
|
源代码网推荐 <asp:LinkButton CommandName="Page" CommandArgument="Next" ID="linkBtnNext" runat="server">下一页</asp:LinkButton> 源代码网推荐 <asp:LinkButton CommandName="Page" CommandArgument="Last" ID="linkBtnLast" runat="server">末页</asp:LinkButton> 源代码网推荐 </td> 源代码网推荐 <td width="70%" align="right"> 源代码网推荐 <asp:Label ID="CurrentPageLabel" ForeColor="Blue" runat="server" /> 源代码网推荐 </td> 源代码网推荐 </tr> 源代码网推荐 </table> 源代码网推荐 </PagerTemplate> 源代码网推荐 </asp:WebGridView> 源代码网推荐 <asp:SqlDataSource ID="CustomersSqlDataSource" SelectCommand="Select [CustomerID], [CompanyName], [Address], [City], [PostalCode], [Country] From [Customers]" 源代码网推荐 ConnectionString="<%$ ConnectionStrings:NorthWindConnectionString%>" runat="server"> 源代码网推荐 </asp:SqlDataSource> 源代码网推荐 源代码网推荐 </form> 源代码网推荐 </body> 源代码网推荐 </html> 源代码网推荐 源代码网推荐 源代码网推荐 源代码网推荐 做人要厚道,请注明转自酷网动力(www.ASPCOOL.COM)。 源代码网推荐 源代码网供稿. |
