hi am designing datadridview and retrieving data from database. but i need paging..
am Using SqlDatdReader to retrive the data from database..
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Sandeep Singh ShekhawatPosted Jun 6, 2013, 1:48 AM
http://www.codeproject.com/Articles/211551/A-Simple-way-for-Paging-in-DataGridView-in-WinForm
Using Sql data reader
http://www.codeproject.com/Articles/16305/DataGrid-Paging-Using-DataReader-C-Windows-Forms
Sunny SharmaPosted Jun 6, 2013, 1:46 AM
Please refer to the links below:
http://www.codeproject.com/Articles/16303/DataGrid-Paging-C-Windows-Forms
http://www.codeproject.com/Articles/211551/A-Simple-way-for-Paging-in-DataGridView-in-WinForm
Hope it helps. Happy Coding :)
Mark it as answer if it helps.
Thanks.