Hi all,
I have a number of pages that each have 3 or 4 user controls on. each control has their own updatepanel in.
I am using JQuery and thickbox to create a modal window, where I open another aspx page and change some of the data.
What I want to do is to be able to refresh some or all of the update panels / content on the page when the modal window closes without refreshing the whole page. I get a very annoying popup message sometimes within internet explorer when the modal window shuts, about refresh or cancel (do not have that text to hand at this moment).
I am pretty new to javascript and jquery and do not know which way to proceed with this.
Thank you
Jon Hawkins