Hello,
I need to update a label that is NOT within my updatepanel control..
If I just try to modify it in the codebehind call of my trigger button, nothing happens... makes sense for me because its not included to the panel.
Is there a possibility to manage this?
Thanks in advance,
Andy
Hi Andy,
You can place the label inside an another UpdatePanel and setup the button as the AsyncPostBackTrigger for both UpdatePanels.
Hope this helps,
No comments:
Post a Comment