Sharing SharePoint Lists across sites without SharePoint Designer
Posted
by Ryan
on Stack Overflow
See other posts from Stack Overflow
or by Ryan
Published on 2010-04-06T13:08:39Z
Indexed on
2010/04/07
3:23 UTC
Read the original article
Hit count: 961
sharepoint
|sharepoint-designer
The problem I've been having is how to show a list from one sub-site to another. I don't have server admin privileges so I am unable to use SharePoint Designer to edit any part of the site.
The situation: One parent page with two sub-sites. sub-site #1 has a list on it with several text columns, and one column to be used as a 'visible' column. sub-site #2 has to show a view of the list on sub-site #1 filtering on the 'visible' column
The two solutions I've found are to create a linked list in SharePoint Designer directly, or use a Content Query Web Part, edit the part to show the correct columns, and use SharePoint Designer to edit the item style to actually display the proper information.
Is there any way to accomplish this without using SharePoint Designer?
© Stack Overflow or respective owner