文件名称:GridView_Paging
- 所属分类:
- .net编程
- 资源属性:
- [Windows] [Visual.Net] [源码]
- 上传时间:
- 2014-04-03
- 文件大小:
- 43kb
- 下载次数:
- 0次
- 提 供 者:
- ypu****
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
GridView+存储过程实现ASP.NET真实分页的实例,关于ASP.NET分页的两点说明:1.根据数据表和存储过程建好数据库和数据表,也可以建自己想建的,以便供分页程序调用测试数据,然后再去后台相应地方更改代码,去web.confine文件里修改标签里的连接数据库的字符串即可。
2.如果没有安装第三方Devexpress的控件,那么就将ASPxGridView换成vs自带的gridview控件就好了;把ASPxPager用上一页、下一页的button代替即可,下一页、下一页button的代码自写,很简单的-GridView+ stored procedures to achieve real paging ASP.NET examples illustrate two points on the ASP.NET page: 1 built databases and data tables based on data tables and stored procedures, you can also build your own want to build, so the program calls for paging test data, and then go back to change the code where appropriate, to modify the file web.confine tag connection string to the database. (2) If a third party Devexpress controls are not installed, then it will be replaced vs comes ASPxGridView gridview controls like put ASPxPager with previous, next to the button instead of, Next, Next button code from writing a very simple
2.如果没有安装第三方Devexpress的控件,那么就将ASPxGridView换成vs自带的gridview控件就好了;把ASPxPager用上一页、下一页的button代替即可,下一页、下一页button的代码自写,很简单的-GridView+ stored procedures to achieve real paging ASP.NET examples illustrate two points on the ASP.NET page: 1 built databases and data tables based on data tables and stored procedures, you can also build your own want to build, so the program calls for paging test data, and then go back to change the code where appropriate, to modify the file web.confine tag connection string to the database. (2) If a third party Devexpress controls are not installed, then it will be replaced vs comes ASPxGridView gridview controls like put ASPxPager with previous, next to the button instead of, Next, Next button code from writing a very simple
(系统自动生成,下载前可以参看下载内容)
下载文件列表
GridView_Paging\GridView_Paging\bin\GridView_Paging.dll
...............\...............\...\GridView_Paging.pdb
...............\...............\Default.aspx
...............\...............\Default.aspx.cs
...............\...............\Default.aspx.designer.cs
...............\...............\GridView_Paging.csproj
...............\...............\GridView_Paging.csproj.user
...............\...............\obj\Debug\DesignTimeResolveAssemblyReferencesInput.cache
...............\...............\...\.....\GridView_Paging.csproj.FileListAbsolute.txt
...............\...............\...\.....\GridView_Paging.dll
...............\...............\...\.....\gridview_paging.dll.licenses
...............\...............\...\.....\GridView_Paging.pdb
...............\...............\Properties\AssemblyInfo.cs
...............\...............\..........\licenses.licx
...............\...............\Web.config
...............\...............\Web.Debug.config
...............\...............\Web.Release.config
...............\GridView_Paging.sln
...............\GridView_Paging.suo
...............\相关数据库应用的说明.docx
...............\GridView_Paging\obj\Debug\TempPE
...............\...............\...\Debug
...............\...............\bin
...............\...............\obj
...............\...............\Properties
...............\GridView_Paging
GridView_Paging