Hi Mike,
Thanks for the reply.
The page is not redirected to a new page in the project. The page is being redirected to the same page with a different query string.
Let me clarify myself again.
I have a page called Default.aspx.
The Default.aspx, has four different tabs and has three static webpartzones.
When the application is started, default.aspx is loaded. The application user is given ability to add relevant Webparts/User controls dynamically on to the page. When the user clicks on tab1, we are required to load the tab1 associated information. (To accomplish this, we had overwritten methods in the SQLPersonalization provider, to store the path information with the query string, eg Default.aspx?tabid=1 etc).
It is in this scenario, when the application user moves from tab1 to tab2, the page is getting refreshed? Is there any way to avoid this? (Will Postback work in this scenario?)
(We have seen websites like Pageflakes, netvibes accomplishing this task. Is there a way similar to that?) We are using Atlas April CTP and our webpart zones are placed within Atlas Update Panel.