All articles(网络文学目录) All Pictures(图片目录) All Softwares(软件目录)

 
.NET3.5正统分页控件来了(ListView和DataPager)_[Asp.Net教程]

Writer: delv Article type: Programming skills(编程技巧) Time: 2014/1/23 2:48:18 Browse times: 383 Comment times: 0

.NET3.5正统分页控件来了(ListView和DataPager)_[Asp.Net教程]


Head photo

Image
Go homepage
Upload pictures
Write articles

.NET3.5正统分页控件来了(ListView和DataPager)_[Asp.Net教程]

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



ListView和DataPager

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

ListView是现有控件中唯一实现此接口的控件,此控件功能还算强大,来熟悉下页面代码,以后图方面的同志,又可以少几行代码写写了
复制ASPX代码保存代码 DataKeyNames="ProductID">












ShowNextPageButton="False" ShowPreviousPageButton="False" />

ShowNextPageButton="False" ShowPreviousPageButton="False" />









ProductID: Text='<%# Eval("ProductID") %>' />ProductName: ID="ProductNameLabel" runat="server" Text='<%# Eval("ProductName") %>' />

DataKeyNames="ProductID">












ShowNextPageButton="False" ShowPreviousPageButton="False" />

ShowNextPageButton="False" ShowPreviousPageButton="False" />









ProductID: Text='<%# Eval("ProductID") %>' />ProductName: ID="ProductNameLabel" runat="server" Text='<%# Eval("ProductName") %>' />


最近好戏连台,Adobe的flash cs 3也发布了

来源:CNBLOGS





There are 0 records,
Comment:
Must be registered users to comment(必须是注册用户才能发表评论)

Disclaimer Privacy Policy About us Site Map
Copyright ©2011-
uuhomepage.com, Inc. All rights reserved.