Rank: Member Groups: Member
Joined: 7/14/2009 Posts: 15
|
Is it possible to change the LoadingDialogID property of CallBackPanel? We want to show to different loading dialog during a process.
Thanks,
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi,
Certainly. I don't think you can change anything about the CallbackPanel during a callback raised by that CallbackPanel though. In order to change anything about the CallbackPanel, the CallbackPanel itself need to be reloaded. In another word, the CallbackPanel can not AJAX update itself.
Thanks
|
Rank: Member Groups: Member
Joined: 7/14/2009 Posts: 15
|
Thanks for the reply.
|