Tagged Questions

1
vote
1answer
440 views

Injecting JavaScript Outside an Update Panel

I have an aspx page with four UpdatePanels. Incidentally, each UpdatePanel corresponds to a JQuery UI tab. What I am trying to achieve is a JQuery UI modal dialog OUTSIDE the UpdatePanels that can be ...