Welcome Guest Search | Active Topics | Sign In | Register

What happens when you use the callbackpanel.update method from asp code behind Options
gmyroup
Posted: Wednesday, September 16, 2009 10:39:53 AM
Rank: Advanced Member
Groups: Member

Joined: 7/26/2009
Posts: 36
I have several code behind routines that call the callbackpanel update method multiple times to update specific portions of my form. What happens when the update method is called? Does it behave like an asp.net update panel in that it sends the entire page to the server creating lots of network traffic or does it operate more efficiently?

eo_support
Posted: Wednesday, September 16, 2009 12:18:15 PM
Rank: Administration
Groups: Administration

Joined: 5/27/2007
Posts: 24,194
Hi,

No. I belive Update function only set a flag. The CallbackPanel will wait until the page enters render stage and then "cut out" all panels that have been updated and only send those pieces to the client.

Thanks!


You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.