My scenario is like below-
I opened one page and click on one link. It redirects to me in new tab. In new tab, i perform some operations and click save button which again redirects to me on the previous page.
Now, we have page one with old and second with new data.On button click(second tab) i want to close the previous tab and refresh current tab.Every time i have one tab left over with old data.
I am working on SharePoint web part through user control in c# and it should support all major browsers also.
Thank, any help will be welcomed.