Please first avoid using "!", and this isn't very polite to other community members because they are serving you for free;)
Next, I wanna clearify that if you don't wanna paging, I think you can try to use Repeater to simplify your data's UI, and you can bind the DataSource that is DataReader instead of a DataSet or DataTable, which may fasten your loading of the whole paging.
Also you can try to use AJAX or jQuery's loading——Asychronizedly.
Dipen_Chovat...
Member
59 Points
58 Posts
Page Taking Time to Load
Nov 25, 2012 09:39 AM|LINK
Hello,
In My Aspx Page there is 1 grid and in this grid there are 4(textbox,dropdown,checkbox) control,
sometimes there are around 2000-3000 rows comming from ds so at that time its taking time to bind the grid and my page became heavy.
please provide me the solution...
Thanx in Advance...
oned_gk
All-Star
31345 Points
6408 Posts
Re: Page Taking Time to Load
Nov 25, 2012 09:46 AM|LINK
urenjoy
Star
12181 Points
1824 Posts
Re: Page Taking Time to Load
Nov 25, 2012 09:55 AM|LINK
You should use effective gridview paging
http://www.codeproject.com/Articles/125541/Effective-Paging-with-GridView-Control-in-ASP-NET
chaaraan
Contributor
2170 Points
484 Posts
Re: Page Taking Time to Load
Nov 25, 2012 09:55 AM|LINK
Hi,
If you are finding performance as the issue, one suggestion is to opt custom paging.
Go through this article:
http://itdeveloperzone.blogspot.in/2011/01/custom-paging-in-grid-view.html
Regards,
Charan
Dipen_Chovat...
Member
59 Points
58 Posts
Re: Page Taking Time to Load
Nov 25, 2012 10:57 AM|LINK
Actually I Don't Want to use Pagging !!!
sarathi125
Star
13599 Points
2691 Posts
Re: Page Taking Time to Load
Nov 25, 2012 01:09 PM|LINK
Hi,
Try these links
http://www.webresourcesdepot.com/load-content-while-scrolling-with-jquery/
http://www.dotnettwitter.com/2012/05/rendering-rows-when-scrolling-gridview.html
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: Page Taking Time to Load
Nov 26, 2012 12:44 AM|LINK
Hello,
Please first avoid using "!", and this isn't very polite to other community members because they are serving you for free;)
Next, I wanna clearify that if you don't wanna paging, I think you can try to use Repeater to simplify your data's UI, and you can bind the DataSource that is DataReader instead of a DataSet or DataTable, which may fasten your loading of the whole paging.
Also you can try to use AJAX or jQuery's loading——Asychronizedly.
sachintek
Member
570 Points
141 Posts
Re: Page Taking Time to Load
Nov 26, 2012 08:55 AM|LINK
paging will be good option. u can try also dynamically load data from SQL Server Database on page scroll of browser scrollbar using jQuery in ASP.Net
http://www.aspsnippets.com/Articles/Load-data-while-Scrolling-Page-down-with-jQuery-AJAX-and-ASPNet.aspx