that is first 3 record in first page, next 3 records in next page and so on...
add 3 records per page using c#
i am adding record into sql database(name, password,....) using c#. Now i want to show every page contains 3 records..
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.
Iftikar HussainPosted Aug 21, 2013, 12:57 AM
You can use gridview with paging
refer the below link
http://www.aspdotnet-suresh.com/2011/03/gridview-with-different-types-of-paging.html
http://www.codeproject.com/Articles/67520/GridView-Paging-and-Sorting
Regards,
Iftikar