Tagged Questions
2
votes
1answer
498 views
Sharepoint - upgrade webpart properties
I'm playing with SharePoint 2010 now and have a problem.
There is a feature that is responsible for webparts - it's scope is web. It's needed to update some properties of already created webparts, for ...
2
votes
1answer
369 views
Sharepoint Client OM: Create a document in a library from an existing document template
I am currently finding my feet with the Sharepoint 2010 client object model. I have a C#.net winforms application from which i need to access sharepoint.
I would like to programatically create a new ...
1
vote
0answers
59 views
Sharepoint Search Server 2010
Can someone point me in the right direction please. i'm trying to use Search Server Express 2010, which uses Sharepoint 2010. I would like to use this from within my own webpage and output the ...
1
vote
0answers
162 views
Use selected user-profile service in SharePoint
If I have four user-profile services in SharePoint.
How to select a specific user-profile service?
I wanted to get data from user-profile service 2.
More: How to use selected User-profile service ...
1
vote
0answers
268 views
How can i get entire role assignments from SP 2010 using C# and the client object model interface?
I've been trying to get all the RoleAssignments using the COM interface. the problem is that i get the AD user group names instead of the actual users inside the groups.
my code looks something like ...
0
votes
0answers
102 views
SharePoint List- OData - Is it possible to acces the Choices in a Choice column?
I'm in the process of writing a dynamic OData client that connects to a SharePoint 2010 server.
I would really like to be able to access a List and all it's related columns. If it's a choice column I ...
0
votes
0answers
69 views
Editing file properties when file added to document library
The client request to add properties to a document when uploaded into document labrary.
The document is not upload from the user interface but sent by another script directly into the document ...
0
votes
0answers
88 views
Why am I getting “Server Error in '/' Application” intermittently on SP2010 site?
I'm getting the below page error, but only intermittently, on a search page The search is configured using a DVWP, with a results table loading on the same page as the search page. Each result, a ...
0
votes
0answers
87 views
SharePoint 2010 Web Service (.Net 4.0) does not able to Load the Namespace Administration and WebControls
We are migrating Web Service(.Net 3.5) - Sharepoint 2007 (Microsoft.SharePoint 12.0 DLL) to WebService (.Net 4.0) - SharePoint 2010 (Microsoft.Sharepoint 14.0 DLL). There is an Error in Loading 2 ...
0
votes
0answers
185 views
Create folder shortcut to Sharepoint document library explorer View
I was trying to create a windows shortcut to a Sharepoint document libarary explorer view.
I tried using Windows Script host object model, also using Shell32 ...
0
votes
0answers
48 views
Sharepoint: SPFieldLookup, set to return only published items
Subj. Now SPFieldLookup picker shows all items from list. I want it to show only published items. How?
Thank you,
0
votes
0answers
145 views
SharePoint 2010 - Use custom expressions in onet.xml files
I'm working on a custom site definition for SharePoint 2010. For different reasons, I have developed a custom resource provider in order to use a resource database instead of using .resx files stored ...
0
votes
0answers
2k views
UserControl in SharePoint and asp:UpdatePanel
I have a user control, on a SharePoint 2010 site, which contains several tabs using jquery. On each tab there is an asp:UpdatePanel with one or more controls. On tab 1 within the UpdatePanel there is ...
0
votes
0answers
727 views
Error while adding SharePoint web service reference
I got stuck up with the following error, while trying to add reference for the web service Lists.asmx in sharepoint 2010 from VS.NET 2010.
The document at the url
...
-1
votes
0answers
14 views
Linq to SharePoint query against a folder within a list
I am making some additions to a SharePoint site that requires me to do some coding, and I have generated some linq to SharePoint classes using SPMetal.
I am not allowed to make any changes to the ...