C#DataGridView分页程序

时间:2017-11-25 10:23:33
【文件属性】:
文件名称:C#DataGridView分页程序
文件大小:61KB
文件格式:RAR
更新时间:2017-11-25 10:23:33
C# dataGridview 分页 自己写的一个分页程序 互相交流学习 #region 定义分页的一些常量 int pageSize = 8;//每页显示信息数量 int pagesCount_view; // 用于提示用户关于页码的总数 int pagesCount_operte;//用于操作分页关于页码的总数 因为分页时在查询的时候 第一页时 currentPage=0才能取得正确的数据 int recordsCount;//记录总页数和信息总条数 int CurrentPage;//当前页 int jumpPage;//跳转页码 #endregion
【文件预览】:
WinFormTest
----WinFormTest.csproj(4KB)
----Dao()
--------TestDao.cs(1KB)
----Form1.cs(6KB)
----Program.cs(492B)
----SqlCommon.cs(3KB)
----Form1.resx(6KB)
----Properties()
--------Settings.settings(249B)
--------Resources.Designer.cs(3KB)
--------AssemblyInfo.cs(1KB)
--------Settings.Designer.cs(1KB)
--------Resources.resx(5KB)
----Form1.Designer.cs(7KB)
----WinFormTest.sln(2KB)
----obj()
--------x86()
----bin()
--------Debug()
--------Release()
----WinFormTest.suo(28KB)
----WcfServiceLibrary1()
--------Properties()
--------WcfServiceLibrary1.csproj(3KB)
--------App.config(2KB)
--------IService1.cs(1KB)
--------Service1.cs(898B)
--------obj()
--------bin()

网友评论

  • 没有数据库,无法测试啊