tagged [sharepoint]

Sync list with outlook only with items in current view

Sync list with outlook only with items in current view Currently outlook takes all list data and synchronises it with outlook. Is it possible and how to synchronise only items in a specific view? I`m ...

5 Aug at 07:47

LinqToXML XElement to XmlNode

LinqToXML XElement to XmlNode HI, Is there any 'correct' way to convert an XElement to an XmlNode in C# - LinqToXML makes it nice to build the required XML programmatically but SharePoint web services...

25 Feb at 21:54

SharePoint OPTIONS preflight request

SharePoint OPTIONS preflight request I have a Service Stack service hosted within a SharePoint 2013 site. When attempting to make a cross domain request to one of the services, a preflight `OPTIONS` r...

sharepoint cms development

sharepoint cms development i am an asp.net (C#) developer and have been devloping cms for quite a while now now i need to develop cms in sharepoint...can u plz suggest me steps , methods or tutorials ...

4 Feb at 08:55

How to find the logged in user in Sharepoint?

How to find the logged in user in Sharepoint? I have developed a "web part" that has to be deployed on a Sharepoint server. I need the username of the user, who has logged in the sharepoint server wit...

10 Apr at 13:32

User Profile Import - more than on Search Base

User Profile Import - more than on Search Base In AD we have these two OUs: - - The Search base in the connection for our user profile import contains this: - The import works great for this single OU...

5 May at 11:21

how to filter list items by user/group column in sharepoint?

how to filter list items by user/group column in sharepoint? I have a list that has a user/group column that I want to filter by (the column name is: USERS). how do I get only the items in the list wh...

3 May at 03:50

Where can I find Microsoft.IdentityModel.Extensions.dll library?

Where can I find Microsoft.IdentityModel.Extensions.dll library? I'm searching for `Microsoft.IdentityModel.Extensions` library. In documentation that I'm reading they suggest that it should be availa...

22 May at 12:47

How good/bad is sharepoint programming?

How good/bad is sharepoint programming? I got a job offer today for a position as a SharePoint developer. One of my friends is telling me that sharepoint is a big mess and not something I would want t...

7 May at 00:58

How to get SPWebApplication from SPWeb?

How to get SPWebApplication from SPWeb? So I'm inside a scroped feature (`properties.Feature.Parent` = `SPWeb`). How do I get the `SPWebApplication` from this `SPWeb`? I tried: But of course I get an ...

17 Feb at 13:45

Adding a sharepoint webpage without storing it in a document library?

Adding a sharepoint webpage without storing it in a document library? I want to do something very simple: Add a "Basic page" to a sharepoint site, and have it appear in the quick launch side navigatio...

26 Feb at 16:0

Editing Word Document

Editing Word Document Is it possible to edit and insert entries in a word document that is hosted on SharePoint? I need to fill in a reviewer's table based on who made the last change to the document....

15 Apr at 16:7

How to get all SSRS reports from Sharepoint url?

How to get all SSRS reports from Sharepoint url? I'm very new to SSRS and SharePoint, We deployed the reports in SharePoint location, often some of the Reports doesn't have connection string. For this...

17 Apr at 07:27

How to prevent VSeWSS 1.3 from adding assemblies to the solution manifest

How to prevent VSeWSS 1.3 from adding assemblies to the solution manifest I recently upgraded my SharePoint development machine to VSeWSS 1.3 and have noticed a behavior that I didn't think existed be...

3 Nov at 15:41

ASP.net page without a code behind

ASP.net page without a code behind I have an ASP.Net page with a C# code behind. However, I've been asked to not use a code behind - so that it will be easier to deploy in SharePoint. Is there a way t...

27 Aug at 00:56

SharePoint get the full URL of the current page in code behind

SharePoint get the full URL of the current page in code behind In SharePoint how do you get the url of the page you are on from the code behind? e.g. with the blah.aspx page included... SPContext.Curr...

9 Oct at 15:19

Schedule an appointent from a SharePoint workflow

Schedule an appointent from a SharePoint workflow I need to get an appointment into someone's Outlook calendar based on requests from their employees. The application runs in SharePoint (WSS 3.0). My ...

12 Nov at 13:14

Webpart registration error in event log

Webpart registration error in event log We created several custom web parts for SharePoint 2007. They work fine. However whenever they are loaded, we get an error in the event log saying: > error init...

19 Jul at 17:40

Is there a way to only return documents from a SharePoint Web Service Search?

Is there a way to only return documents from a SharePoint Web Service Search? If a query the [SharePoint Web Service Search](http://msdn.microsoft.com/en-us/library/ms470518.aspx), is there a way to s...

11 Aug at 07:29

SharePoint : How can I programmatically add items to a custom list instance

SharePoint : How can I programmatically add items to a custom list instance I am really looking for either a small code snippet. I have a C# console app that I will use to somehow add list items to my...

22 Dec at 05:4

how to change SharePoint search page URL?

how to change SharePoint search page URL? I am using SharePoint Server 2007 Enterprise with Windows Server 2008 Enterprise. I am using publishing portal template. By default, the search page is using ...

Passing Variables to another file

Passing Variables to another file I have two ascx files, I am trying to pass a variable from the first ascx file which basically just grabs data, to the second ascx file which displays data based off ...

How to implement an IFilter for indexing heavyweight formats?

How to implement an IFilter for indexing heavyweight formats? I need to develop an IFilter for Microsoft Search Server 2008 that performs prolonged computations to extract text. Extracting text from o...

8 Oct at 07:15

Powershell Error "The term 'Get-SPWeb' is not recognized as the name of a cmdlet, function..."

Powershell Error "The term 'Get-SPWeb' is not recognized as the name of a cmdlet, function..." I just typed the follow to try and get my SharePoint site: It gave me the following error > The term 'Get...

20 Jun at 21:28

How to obtain SPSite for remote server from URL, username and password?

How to obtain SPSite for remote server from URL, username and password? I'm trying to get an `SPSite` for a remote SharePoint URL: ...but I get an exception. The is no problem when i try to connect to...

12 Nov at 22:39