This is a mysterious problem. I have a page with collapsiblepanels inside a databound repeater, i.e. a lot of panels that can be opened and closed. This worked fine inside an iframe, but when I moved to using nested master pages instead of that, a mysterious issue emerged.
Every time a collapsed panel is opened on the page, the scroll position is reset to the top of the page! But this is strange since we are not doing a postback. On the other hand. the whole thing is inside an updatepanel extending over the entire page. Could that be the cause?
Thanks for any help...