is it possible to create a link on a page to a library within the same page. So for example, I have a small list of 8 categories on my page, when i click on the first category "Governance" I would like to be taken to the Governance web part (library) on the same page. Am I making my self clear? thanks, Colin
Tell me more
×
SharePoint Stack Exchange is a question and answer site for
SharePoint enthusiasts. It's 100% free, no registration required.
|
|
You could solve this with a relative url, so if it's a list you do this:
or if it's a library:
This is the simple solution, and will only work if you are located on the "top" of your SPWeb. If your question was about codebehind (C#) then the URL can be resolved.
here site is not necessary, as |
|||||
|