sharepoint-2007 Questions

2

Solved

I need to set the page title (Page Title) of a SharePoint page in code. I have already tested this.Page.Title = "My Page Title"; But this does not change the title when the page loads. Can anyo...
Apyretic asked 6/8, 2010 at 11:11

9

Solved

Is it possible to rename a list in Sharepoint 2007 using the web interface? I would like navigation url to change as well. I have tried change the name using the settings option on the list. This ...
Labefaction asked 30/4, 2009 at 1:21

1

Solved

I'm trying to get a list using it's ID, however it's not working and I can't work out why This works without a problem... using (SPSite site = new SPSite("http://example.org/sites/specific/staffh...
Poach asked 28/7, 2010 at 14:51

3

Solved

One thing that has driven me nuts about SharePoint2007 is the apparent inability to have defineable settings that apply specifically to a site or site collection itself, and not the content. I mean...
Vicar asked 9/6, 2010 at 17:57

4

Solved

I need to interview some people for a position as a Sharepoint Architect / Developer role. While I am proficient in .NET, I have worked very little with Sharepoint, so I am unsure how to tes...
Eon asked 2/6, 2010 at 7:35

1

Solved

i have a timer job which i want to run only once per day, for the entire farm. How do I Deploy it in a multiple WFE environment? Do I run the stsadm -o deploysolution command in every WFE, or jus...

2

Solved

Currently I have a few lists in my SharePoint site that has been hidden from the user (via the hidden property which was set programmatically). I was wondering whether there are any special urls/we...
Jasisa asked 1/6, 2010 at 2:34

3

Solved

I have created a simple site definition based on the publishing portal. Every time I want to use the template to create a site-collection I get the following error-message: The template you have c...
Carce asked 23/7, 2009 at 12:45

1

I'm attempting to determine whether a user is a member of a given group using System.DirectoryServices.AccountManagment. I'm doing this inside a SharePoint WebPart in SharePoint 2007 on a 64-bit...
Revanche asked 25/5, 2010 at 12:44

2

Solved

I've already found the max number of web parts per page: Customizable - in web.config file, <configuration><SharePoint><WebPartLimits MaxZoneParts="XX" /> 50 (default) - http://...
Nicolnicola asked 9/5, 2010 at 17:12

1

Solved

I'm in the middle of trying to copy a custom content type from one web to another. I've googled around and found some examples that use FieldLinks and Fields. I'm kind of lost as to which one to us...
Fielder asked 3/5, 2010 at 7:47

2

I am updating Documents on Sharepoint using the List.asmx web service. But problem I am facing is: Fields are not getting updated as some of required fields are not added. But to fill required f...
Simulacrum asked 10/3, 2010 at 11:2

2

Solved

For our publishing sites we use the SPContext.Current.FormContext.FormMode enum to work out if the current page is in edit mode. I've seen that this does not work for a team site I'm currently work...
Tarrah asked 27/11, 2009 at 10:37

2

Solved

I am confused between SPSite, SiteCollection, and SPWeb? So my understanding is this pseudo code: http://My_server >>> TOP Level SIte or SPWEbApplication http://My_server/My_site >...
Caustic asked 31/3, 2010 at 0:1

2

Solved

I got below code from http://msdn.microsoft.com/en-us/library/dd584174(office.11).aspx for adding custom property in webpart tool pane. What does square bracket ([]) mean in the below code? [Categ...
Locoism asked 10/3, 2010 at 7:38

3

Solved

I am trying to Update/Edit Properties of Uploaded Document on Sharepoint 2007. My code: Lists listService = new Lists(); listService.PreAuthenticate = true; listService.Credentials = new Netwo...
Dimer asked 5/3, 2010 at 10:12

7

Solved

I am working on project where I have to access SharePoint data in C#. I've never done this before; and have the following questions? How would I access SharePoint data from C#? What API do I use?...
Circinate asked 14/11, 2009 at 6:42

2

Solved

I want my Custom Action Menu to be applied to particular list; currently its specified with the following XML and it gets applied to all the lists! More specifically speaking; I even want this cus...
Barstow asked 4/1, 2010 at 13:50

5

Solved

Sometimes we need to perform small administrative tasks in SharePoint. A simple PowerShell script is a really good tool for that. For instance, such script can enumerate event handlers of a list: ...
Brail asked 4/1, 2010 at 14:31

1

Solved

I found this web part for Exchange 2003, but in exchange 2007 even after user login, web part shows exchange 2007 owa login page (instead of current user inbox). How I can show current user's exch...

3

I have a SharePoint list already created. I would like to occassionally update that list using a .NET application. How would I do that? EDIT: This has to run on remote machines.
Doloritas asked 10/11, 2009 at 21:5

3

Solved

I have the following code but I am getting the following compile errors: Attribute 'WebPartStorage' is not valid on this declaration type. It is only valid on 'property, indexer' declarations. A...
Shun asked 26/10, 2009 at 12:30

4

Solved

I have a strong gut feeling that using SharePoint RunWithElevatedPrivileges should be avoided like the plague, but need to convince some others as to exactly why. Here's what I have. Spawns a new...

1

Solved

I'm using the following code to create an All Day Event in a SharePoint calendar: newitem = listobject.Items.Add() guid = System.Guid.NewGuid() newitem["Name"] = "All Day Event " + guid.ToString(...
Graces asked 14/9, 2009 at 14:2

1

Solved

I'm putting asp server-controls into my SharePoint XSLT using SharePoint Designer. I've found it's really handy for pre-populating values into the form, or providing a different experience than the...
Edmon asked 31/8, 2009 at 15:34

© 2022 - 2024 — McMap. All rights reserved.