I am trying to find a TabZone Webpart Ajax enabled or using jQuery so that when I click on tab 2 while i am on tab 1 it shouldn't do a postback and make changes without loading page again.
We are currently using tab zone webpart but its not integrated with jquery or AJAX.
One most important thing is, each tab is opening a new site and I am using SharePoint 2007
I find this link but there is no source code and am not sure if it will work either
So I would like to hear from people who actually used it and it definitely works :).
Code I am currently using for webpart can be find here,
My Webpart without Ajax or jquery integration
I just came to know, we have two tabbed zone webpart , one is for webparts and one is for site,
I can cover the webparts one, e.g. displaying webparts on different tabs by using ajax but for tab zone with sites
the site sabs however need to do a full page refresh to ensure permissions are correctly applied
I wonder what are possible options I can work on to make this problem overcome.