Tagged Questions

0
votes
3answers
49 views

~masterurl/default.master does not exist

Hello all, I try to create a custom webpart page. I tried a book example that start with : <%@ Page MasterPageFile="~masterurl/default.master" …
0
votes
1answer
94 views

Proper way to hide place holders in a SharePoint 2007 Master Page?

I am working on a specialized instance of MOSS for a client where What I am wanting to do is hide elements on the master page. In particular, I want to hide the main top navigation bar, the search …
0
votes
0answers
90 views

Forms Authentication and SharePoint ProfilePropertyLoader

I am trying to use the ProfilePropertyLoader to display a welcome message in this format: <SPSWC:ProfilePropertyLoader runat="server"/> Welcome, <SPSWC:ProfilePropertyValue …