[i previously posted this in the toolkit forum where it was suggested i might get better response from a non-toolkit one, so here goes:]
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....!