15

所属分类:.net编程
开发工具:C#
文件大小:6183KB
下载次数:2
上传日期:2018-04-14 05:57:00
上 传 者32y435he
说明:  分页是Web应用程序中最常用到的功能之一,在ASP.NET中,虽然自带了一个可以分页的DataGrid(asp.net 1.1)和GridView(asp.net 2.0)控件,但其分页功能并不尽如人意,如可定制性差、无法通过Url实现分页功能等
(Paging is one of the most commonly used functions in Web applications. In ASP.NET, you have a pagination DataGrid (asp.net 1.1) and GridView (asp.net 2) controls, but their paging functions are not satisfactory, such as poor customizable, unable to implement paging functions through Url, etc.)

文件列表:
AspNetPager.sln (4059, 2013-07-22)
AspNetPager.v11.suo (65024, 2013-07-22)
Demo (0, 2013-07-22)
Demo\AccessDataSource (0, 2013-07-22)
Demo\AccessDataSource\default.aspx (1776, 2013-07-22)
Demo\AccessDataSource\default.aspx.cs (976, 2013-07-22)
Demo\ApplyStyles (0, 2013-07-22)
Demo\ApplyStyles\Default.aspx (4314, 2013-07-22)
Demo\ApplyStyles\Default.aspx.cs (150, 2013-07-22)
Demo\App_Code (0, 2013-07-22)
Demo\App_Code\OrderBLL.cs (825, 2013-07-22)
Demo\App_Code\OrderBOL.cs (1451, 2013-07-22)
Demo\App_Code\OrderDAL.cs (1347, 2013-07-22)
Demo\App_Code\SqlHelper.cs (5323, 2013-07-22)
Demo\App_Data (0, 2013-07-22)
Demo\App_Data\NorthWnd.mdb (831488, 2013-07-22)
Demo\App_Data\NORTHWND.MDF (3932160, 2013-07-22)
Demo\App_Data\NORTHWND2.MDF (2883584, 2013-07-22)
Demo\App_Data\NorthWnd2_log.ldf (1048576, 2013-07-22)
Demo\App_Data\NorthWnd_log.ldf (3538944, 2013-07-22)
Demo\App_Data\orders.xml (76010, 2013-07-22)
Demo\App_Themes (0, 2013-07-22)
Demo\App_Themes\Classic (0, 2013-07-22)
Demo\App_Themes\Classic\AspNetPager.skin (691, 2013-07-22)
Demo\Basic (0, 2013-07-22)
Demo\Basic\Default.aspx (1548, 2013-07-22)
Demo\Basic\Default.aspx.cs (779, 2013-07-22)
Demo\Bin (0, 2013-07-22)
Demo\Bin\AspNetPager.dll (86016, 2013-07-22)
Demo\Bin\AspNetPager.xml (49962, 2013-07-22)
Demo\Bin\System.Web.Extensions.dll (701816, 2013-07-22)
Demo\Bin\UrlRewritingNet.UrlRewriter.dll (32768, 2013-07-22)
Demo\Bin\zh-CHS (0, 2013-07-22)
Demo\Bin\zh-CHS\AspNetPager.resources.dll (24576, 2013-07-22)
Demo\Bin\zh-CHT (0, 2013-07-22)
Demo\Bin\zh-CHT\AspNetPager.resources.dll (24576, 2013-07-22)
Demo\ButtonsFormat (0, 2013-07-22)
Demo\ButtonsFormat\Default.aspx (1369, 2013-07-22)
Demo\ButtonsFormat\Default.aspx.cs (911, 2013-07-22)
... ...

AspNetPager =========== AspNetPager is a free custom paging control for ASP.NET web form application. It's one of the most popular third party ASP.NET controls used by chinese ASP.NET developers. AspNetPager was first published in 2003 and had been steadily improved and updated since then. You can view online demo at http://en.webdiyer.com/AspNetPagerDemo/default.aspx 。 分页是Web应用程序中最常用到的功能之一,在ASP.NET中,虽然自带了一个可以分页的DataGrid(asp.net 1.1)和GridView(asp.net 2.0)控件,但其分页功能并不尽如人意,如可定制性差、无法通过Url实现分页功能等, 而且有时候我们需要对DataList和Repeater甚至自定义数据绑定控件进行分页,手工编写分页代码不但技术难度大、任务繁琐而且代码重用率极低,因此分页已成为许多ASP.NET程序员最头疼的问题之一。 AspNetPager针对ASP.NET分页控件的不足,提出了与众不同的解决asp.net中分页问题的方案,即将分页导航功能与数据显示功能完全独立开来,由用户自己控制数据的获取及显示方式,因此可以被灵活地应用于任何需要实现分页导航功能的地方, 如为GridView、DataList以及Repeater等数据绑定控件实现分页、呈现自定义的分页数据以及制作图片浏览程序等,因为AspNetPager控件和数据是独立的,因此要分页的数据可以来自任何数据源,如SQL Server、Oracle、Access、mysql、DB2等数据库以及XML文件、内存数据或缓存中的数据、文件系统等等。 官方网站:http://www.webdiyer.com/ 在线示例:http://www.webdiyer.com/AspNetPagerDemo/default.aspx 帮助文档:http://www.webdiyer.com/AspNetPagerDocs/index.html

近期下载者

相关文件


收藏者