0
votes

I'm using SharePoint 2010 and I have created a couple site pages containing lists and charts. All data being pulled and manipulated from a single list. I'm now trying to group the site pages within a single site page. My plan was to use add them all to a single page using Page Viewer Web parts then use some JQuery libs to create a tab view for each web part. However just including a site page within a site page is causing the page to redirect once the sub-site page loads.

Any tips or resolution on how to do this or will I need to recreate all the content into a single site page to achieve this?

1

1 Answers

0
votes

You can have multiple web parts from the same list on a single page, each using a different view. I would add all the views you need to one page and then use your JQuery to add each one to its own tab. It will net you the exact same results and save you the headache of dealing with the ASPX files and redirection.