Sunday, March 11, 2012

Need to have UpdatePanels child controls postback when all other UpdatePanels postback...

bump


Hi!

Did you try exposing your server control's UpdatePanel as a Public Property and the call ServerControlUpdatePanel.Update() from your page everytime it's needed?

Cheers,


Yeah that doesn't do it. I need the hidden input I have inside my UpdatePanel to get posted back everytime other updatepanels on the page update/postback.


Hi!

What kind of hidden input is that? HiddenFields, Control Values, Properties??

Probably a more detailed description of your scenario would be needed, but, basically, can I assume that you have Button1, and that upon clicking on Button1 you refresh UpdatePanel1 and ALSO you want to include something from a CustomControlUpdatePanel1 in your custom server control with that postback?

If so, there is no way to expose these values as public properties and, in the UpdatePanel1 update event (or it's trigger), use the properties to perform any server side processing you need?

Regards,

No comments:

Post a Comment