Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
Last post Dec 31, 2012 05:22 AM by raghavendra ms
Member
85 Points
68 Posts
Dec 26, 2012 01:28 PM|LINK
Initially i bind 10 records in the gridview, and in gridview footer there's a more button.
when user clicks the more button then the next 10 records will be displayed. What i want is not to bind the whole gridview.
I want to bind only the next 10 rows in the gridview like facebook does in the streaming.
Can anyone tell me how can i display the next 10 records without binding the whole Gridview.
Star
13599 Points
2691 Posts
Dec 26, 2012 01:32 PM|LINK
Hi,
You can try like the scrolling options check this link
http://forums.asp.net/t/1838087.aspx/1
All-Star
118619 Points
18779 Posts
Dec 27, 2012 02:32 AM|LINK
Harman Bajaj How to display next records in Gridview ?
From what you say I think you need a Customized Paging——That means when you can read out data contents from Stored Procdure and do paging and Fill into DataTable, and then bind to the GridView.
For more you can refer to this:http://www.codeproject.com/Articles/16238/GridView-Custom-Paging
Contributor
5020 Points
955 Posts
Dec 27, 2012 02:56 AM|LINK
Refer the below link it may help you,
http://www.codeproject.com/Articles/192408/SQL-Pager-Control-for-GridView-DataList-Repeater-D
Participant
1890 Points
435 Posts
Dec 31, 2012 05:22 AM|LINK
As a simple solution..... you can make use of Gridview Paging option.
Harman Bajaj
Member
85 Points
68 Posts
How to display next records in Gridview ?
Dec 26, 2012 01:28 PM|LINK
Initially i bind 10 records in the gridview, and in gridview footer there's a more button.
when user clicks the more button then the next 10 records will be displayed. What i want is not to bind the whole gridview.
I want to bind only the next 10 rows in the gridview like facebook does in the streaming.
Can anyone tell me how can i display the next 10 records without binding the whole Gridview.
sarathi125
Star
13599 Points
2691 Posts
Re: How to display next records in Gridview ?
Dec 26, 2012 01:32 PM|LINK
Hi,
You can try like the scrolling options check this link
http://forums.asp.net/t/1838087.aspx/1
Remember to click Mark as Answer on the post that helps to others.
My Blog :MyAspSnippets
Decker Dong ...
All-Star
118619 Points
18779 Posts
Re: How to display next records in Gridview ?
Dec 27, 2012 02:32 AM|LINK
Hi,
From what you say I think you need a Customized Paging——That means when you can read out data contents from Stored Procdure and do paging and Fill into DataTable, and then bind to the GridView.
For more you can refer to this:http://www.codeproject.com/Articles/16238/GridView-Custom-Paging
prabu.raveen...
Contributor
5020 Points
955 Posts
Re: How to display next records in Gridview ?
Dec 27, 2012 02:56 AM|LINK
Hi,
Refer the below link it may help you,
http://www.codeproject.com/Articles/192408/SQL-Pager-Control-for-GridView-DataList-Repeater-D
raghavendra ...
Participant
1890 Points
435 Posts
Re: How to display next records in Gridview ?
Dec 31, 2012 05:22 AM|LINK
As a simple solution..... you can make use of Gridview Paging option.