Hello,
I have two update Panel in my page. I want to update one of these update
panels from another one. How can I do this? How can I force the whole page
to be updated from a button inside an update panel?
Regards
David R. Longnecker - 28 Sep 2007 20:05 GMT
UpdatePanel controls have an .Update() method that can be called to force
the panel to update.
HTH.
-dl
--
David R. Longnecker
http://blog.tiredstudent.com
> Hello,
>
[quoted text clipped - 3 lines]
>
> Regards
ma - 29 Sep 2007 11:49 GMT
Thanks. How to force a full page update?
Regards
> UpdatePanel controls have an .Update() method that can be called to force
> the panel to update.
[quoted text clipped - 14 lines]
>>
>> Regards
nothingsoriginalontheinternet@gmail.com - 29 Sep 2007 23:04 GMT
When one updates, all others on the same page should update
automatically. The UpdateMode attribute controls this, and it's
default mode is "Always" which means it updates when any part of the
page updates.
That is assuming you mean the UpdatePanel control from AjaxToolkit
-Mike Placentra II
> Hello,
>
[quoted text clipped - 3 lines]
>
> Regards