Saturday, March 24, 2012

trigger updatePanel update on close of modalPopup

i've got a popup prompting for uname & pwd. on close of the popup (and successful auth), i'd like to be able to update the loginView and treeView (menu) on the main page, which are both in updatePanels.

my best solution so far is to have buttons with width & height = 0 in the updatePanels and then do a button.click() call from my modal's onOk() script. this seem kinda unelegant to me, and i'm convinced there has to be a better way.

is there not a way to trigger an updatePanel.update() from (client) script??

thanx...!

Asking this question in one of the non-Toolkit Atlas forums may get you better answers.

No comments:

Post a Comment