ajax can be one way to go...other options are like jquery etc...
what you can is to put up your control to be loaded in updatepanel...that will give more user intuitiveness, and user will never feel that he is bored...also a jquery get or post would be intuitive too..
also you can go for serverside cachine, if the checkboxlist data is not often changing, then go for cache object on server side and cache it...that way retrieval and bingind process is faster...
on last thing was, to display 1000 to 10000 items, i dont think so checkboxlist would be apt...
vjp.vjp
Member
93 Points
89 Posts
load fastly
Feb 25, 2012 05:02 AM|LINK
hai friends ,
i have a checkboxlist and i'm bind some data to the checkboxlist.
in the data contains 20 r 30 names it load very fast.
but if it contains 1000,10000 names .it take lot of time to load .
how i can fastly get the values.
ramiramilu
All-Star
95463 Points
14106 Posts
Re: load fastly
Feb 25, 2012 05:40 AM|LINK
ajax can be one way to go...other options are like jquery etc...
what you can is to put up your control to be loaded in updatepanel...that will give more user intuitiveness, and user will never feel that he is bored...also a jquery get or post would be intuitive too..
also you can go for serverside cachine, if the checkboxlist data is not often changing, then go for cache object on server side and cache it...that way retrieval and bingind process is faster...
on last thing was, to display 1000 to 10000 items, i dont think so checkboxlist would be apt...
Thanks,
JumpStart
nilsan
All-Star
16940 Points
3719 Posts
Re: load fastly
Feb 25, 2012 05:47 AM|LINK
Why are you doing that? You might want to try some other approach.
Blog | Get your forum question answered | Microsoft Community Contributor 2011
thaicarrot
Contributor
5132 Points
1465 Posts
Re: load fastly
Feb 25, 2012 06:07 AM|LINK
There's no reason to load lots data at a time.
Weera