Performance Issues while populating datagrid
-
Hi, I have a datagrid to which a database table called "employee" need to be binded. there are 9999 records in my table.while i bind the datagrid it takes several minutes for it to load... is there any other ways to improve its performance so that i can reduce the time of loading the page?? plz reply ASAP... Thanx in advance,
zari
-
Hi, I have a datagrid to which a database table called "employee" need to be binded. there are 9999 records in my table.while i bind the datagrid it takes several minutes for it to load... is there any other ways to improve its performance so that i can reduce the time of loading the page?? plz reply ASAP... Thanx in advance,
zari
Well, one common sense UI decision would be to not have 10,000 records in your grid. The datagrid is designed for common UI tasks. If you need to load 10,000 records, you need to find a commercial grid that deals with this ( essentially by only loading small subsets of that data at a time )
Christian Graus Please read this if you don't understand the answer I've given you "also I don't think "TranslateOneToTwoBillion OneHundredAndFortySevenMillion FourHundredAndEightyThreeThousand SixHundredAndFortySeven()" is a very good choice for a function name" - SpacixOne ( offering help to someone who really needed it ) ( spaces added for the benefit of people running at < 1280x1024 )
-
Hi, I have a datagrid to which a database table called "employee" need to be binded. there are 9999 records in my table.while i bind the datagrid it takes several minutes for it to load... is there any other ways to improve its performance so that i can reduce the time of loading the page?? plz reply ASAP... Thanx in advance,
zari
This seems to be a common question in this forum. Why not cut down the number of records by filtering them, maybe on search criteria by a user.This way not so many are being binded to a datagrid Other then that follow the advice of CG
We are not a Code Charity