Software Development and Supporting Technologies
Browse by Tags
All Tags »
SharePoint (
RSS)
Sorry, but there are no more tags available to filter with.
-
|
My boss came to me today with the need to have a list he is maintaining published to a SharePoint site. This list needed to be viewed only by a select group of people. This list was rather dynamic, and columns could be added or removed as needed. He needed...
|
-
|
These are two great articles. In researching how to modify the default navigation in SharePoint Portal Server 2003, I came across these articles: Branding a SharePoint Portal Server 2003 Site: Part 1, Understanding the Use of a Corporate Brand. The second...
|
-
|
Since there is no method to test whether a user is a member of a specific SharePoint Site Group such as Reader, Member, etc., use the following method: private bool IsCurrentUserInRole(string role) { bool inRole= false; SPWeb rootWeb = SPControl.GetContextSite...
|
-
|
I am currently building a Web Part for our internal SharePoint 2003 portal site that will return the employee directory complete with photo, email address, and home, work, and cell phone numbers. To do this, the web part needs to access to the users profile...
|
More Posts