|
Rank: Member Groups: Member
Joined: 3/19/2008 Posts: 14
|
With regular asp.net ajax updatepanel I could have multiple updatepanels on one page and have one of them to update itself with some code server-side.
can I do this with your callbackpanels?
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi,
Unfortunately we don't have that it. Where do you call that? From a Timer?
Thanks
|
|
Rank: Member Groups: Member
Joined: 3/19/2008 Posts: 14
|
yes most often from a timer
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi,
The timer is initiated by ASP.NET AJAX, not us, so there are some difficulties there. But we will look into it and see what we can do.
Thanks
|
|
Rank: Member Groups: Member
Joined: 3/19/2008 Posts: 14
|
ok, thank you.
Its not always a timer that triggers the update panel.
in some cases I use multiple updatepanels on one page and depending on calculation and other stuff server-side I need to update different update panels on the page. in those cases I use the .Update() function on the regular updatepanel.
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Thanks for the additional information!
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
This feature has been implemented as of build 2007.2.51.
|
|