Rank: Member Groups: Member
Joined: 12/5/2008 Posts: 27
|
Callback panels are slow in updating objects. I can verify the speed by runnung the querys in the database and the are extremely fast, but seem to take 10 seconds to update the GridView in my callback panel. Any suggestions on settings for the Callback panel or tweaking for better performance.
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi,
You will want to reduce view state size. I believe the size of the view state is critical for any AJAX based solution.
Thanks!
|