For SharePoint-specific questions, please see the SharePoint Stack Exchange (http://sharepoint.stackexchange.com) site. Use this tag for programming questions which may involve SharePoint. Microsoft SharePoint is a platform and a family of software products developed by Microsoft for collaboration ...

learn more… | top users | synonyms

0
votes
0answers
8 views

What is a Farm in SharePoint?

I am searching a lot for a definition about Farms, but I cant find one which fits my need. Does anyone knows a way simple and easy to explain it? What is a Farm in SharePoint? How it works? Tks.
0
votes
0answers
3 views

SharePoint 2013 Web Part error on 5 or 6 entry

I am using a really basic Web part with a few text boxes and some drop downs to populate a task list in SharePoint 2013. The form works correctly. Some users get an error after submitting a more ...
0
votes
0answers
19 views

SharePoint object model: connect to remote server?

I'd like to know if it is possible to connect to a remote SharePoint site via a new SPSite object from a SharePoint development box. I've looked around and I haven't found a conclusive answer to this ...
0
votes
0answers
11 views

Custom WebService On Sharepoint 2007

Hi guys i hope you can help me with this, on our production environment we have a Custom WebService deploy and works great, this code is old and the person that wrote it is not longer on the company, ...
0
votes
0answers
15 views

Using Web Services to Integrate SharePoint and Oracle

We are planning a project that needs to integrate our case management system (Oracle backend) with SharePoint. We want to store structured case data in our existing Oracle database and use SharePoint ...
0
votes
0answers
7 views

InfoPath 2013: Move item if selected or checked in a multi selection list box

Can we move the item if selected or checked in a multi selection list box, i would like to add a button for this event when clicked it should move the selected items to another multi selection list ...
0
votes
0answers
7 views

SharePoint designer not updating changes on Live intranet Site

Users cant see the Live changes made in SharePoint designer(edit in advance mode page layout). I can see the changes as the admin but when I view the page with a non admin credentials, I cant see the ...
0
votes
1answer
17 views

Sharepoint alerts not being sent

I have a sharepoint site and I have contributor access to the site. I am trying to create alerts for documents and folders in the site. When I create an alert, I do get an email saying that an alert ...
1
vote
1answer
19 views

Getting a hyperlink field/column to display data as a hyperlink from a SharePoint List, using JavaScript and jQuery

I have what I think should be a simple issue to resolve, but it has taken me way too long to figure out. The background on this is thus: basically what I have is a SharePoint List that contains task ...
1
vote
0answers
8 views

SharePoint Designer 2013 download from local server

With SharePoint 2010 whenever you wanted to edit a file in SharePoint Designer 2010, the installation file of SharePoint Designer 2010 is downloaded from the local server. But with SharePoint 2013 ...
0
votes
1answer
8 views

Sharepoint Connecting to TFS gives SSL error

i am trying to build a web part to display the TFS projects and i am using Microsoft.TeamFoundation.Framework.Client and using Microsoft.TeamFoundation.Framework.Common; like here This works ...
-1
votes
0answers
12 views

Out of the box Birthday webpart in sharepoint 2013

I am new to sharepoint and very new to sharpeoint 2013. I need to create a birthday webpart and a hr alerts webpart for our companys intranet portal. but I need to do this using client object ...
0
votes
0answers
4 views

Sharepoint : In a published Access web database I see multiple occurrences of some columns preceeded with _ (undersocre)

I have an access web database published to sharepoint. Every table gets converted to a list when publishing to sharepoint. But every time i publish, some columns keep duplicating and break my ...
0
votes
0answers
15 views

Failed to load receiver assembly exception occurs when activating the wsp file

I have a sandbox solution, that is created from VS2010. The sandbox was actually created for SharePoint 2010. The sandbox solution also works smoothly in Office 365 (i.e. SharePoint 2013 Online). ...
0
votes
0answers
7 views

Best way to set up a custom web part page as a document template?

I'm attempting to set an Excel web part in a custom masterpage as the default document template for a Sharepoint 2010 Document Library. I've followed this: ...
0
votes
0answers
9 views

How to debug error importing web part

I'm getting the titled error while trying to preview a web part. My question isn't how to fix it, but how to better debug it. Below is the little bit of stack I do actually get: ...
-1
votes
1answer
15 views

Daily Task List [closed]

I'm wondering if there is a way to create a task list that you can see 5 tasks every single day and check off when you have done one of the tasks and write your name as the person who did it. I want ...
0
votes
0answers
13 views

Trying to control InfoPath - SharePoint font color

I currently have an InfoPath 2007 form that is published to SharePoint 2010. (We will be upgrading the InfoPath shortly though I don't believe this is causing the problem.) Users open the form in ...
0
votes
1answer
21 views

How to capture value of dropdown(on webpage) in sharepoint workflow

I have a dropdown(say department) on the sharepoint home page. The user selects a value from that drop down and then a link to fill a pdf form appears. I am writing a approval workflow which will be ...
0
votes
0answers
14 views

Retrieving discussion board parent folder id in SharePoint using XSLT

In a SharePoint discussion board, is there any way to retrieve the parent folder ID when a user clicks on "Reply" to a post under the folder? Scoured the web for any information but couldn't find any. ...
0
votes
0answers
8 views

Your backup is different version of sharepoint server 2010

I have SharePoint server with version 14.0.6029.1000, and i need to back up a web application from that server and i need to restore in 14.0.4762.1000 as a site Collection for another web application. ...
0
votes
0answers
9 views

Can dws webservice CreateFolder method be used to create folder on any folder other than default folder?

Can dws webservice CreateFolder method be used to create folder on any folder other than default folder? Or is there any other webservice to create folder on given path.
0
votes
1answer
23 views

Get data from share point site

I have more than one of share point sites which are fully developed by share point technology. it is related data is stored in share point DB. My question is: Is there a way to get data from share ...
-1
votes
0answers
15 views

SharePoint 2010 Audit Logs: Document views not audited? [closed]

I have a SharePoint 2010 system that has a Team Site, so it has a Shared Pages and a Shared Documents area. I've turned on Audit Logging for everything (views, updates, deletes, adds, lists, etc.) I ...
0
votes
0answers
12 views

How to change a webpart list view to another list view when a custom button is clicked on a wiki page?

I created a list and setup 3 views using "filters" in Sharepoint 2010. On the main wiki page, I created a custom dataview that brought the list into a wiki page and the view was the default view. I ...
1
vote
0answers
22 views

Creation of subfolder in a folder on sharepoint website [closed]

I want to create a sub folder inside another given folder on a sharepoint website.I tried using dws and lists webservice but doesnt work out.How can I use dws CreateFolder to create a subfolder in a ...
3
votes
0answers
55 views

Get list of installed apps using Client Object Model

I have been trying hard to find any example, resource which explains how to get a list of installed apps in SharePoint 2013 environment using Client Object Model. So far I have found nothing. Could ...
0
votes
1answer
10 views

Method to merge SPFile into Existing SPFile

My problem is that I will have 1..n files to merge into a single file. I have a target SPFile on the Sharepoint Server. I have written a method based on web sites about OpenXML and it runs without ...
0
votes
0answers
13 views

cannot open pdf in sharepoint uploaded by (Http)WebRequest

I use this code to upload pdf files to sharepoint in my WinForm application. it works. when I click it try to open in sharepoint, I got this "The document could not be opened for editing. A Windows ...
0
votes
1answer
33 views

Any other option besides using a this object

I'm create a timer job in sharepoint and have made it quite far. I am running into the issue of having a "this" object in a static method. Here is my code. If anyone has any suggestions, that would be ...
0
votes
1answer
24 views

Adding Sharepoint List Item to Windows form list

How Can I add SharePoint SPList items in Windows form list based on index for SharePoint list instead of field name?
0
votes
0answers
7 views

Is there a way to allow for non http links to be added to SharePoint 2013?

I have a client that has a Links page in SharePoint 2013. On the page is a column called URL that is set as a hyperlink column, but they want the column to accept pw://example.com/... instead of just ...
0
votes
1answer
37 views

c# Simple Wait Thread Queue (Wait when queue is full) to download Multiple files from Sharepoint

I have written a simple program to concurrently download multiple files from Sharepoint using Threading. I used a Do While Loop to make sure the program will wait whenever the queue is full. Please ...
0
votes
0answers
23 views

Sharepoint 2013/Office 365 SSO using OAUTH2

trying to figure out how to do this, confusing MS docs and lot's of parameters like iss, and aud in context token that I need to find values for. Developing a java application that will open a link to ...
0
votes
0answers
5 views

Silverlight (web part) outside Sharepoint

I need to view the organization chart (a webpart) that exists inside a sharepoint portal (/_layouts/ClientBin/hierarchychart.xap) in another website that does not have any relation with sharepoint. I ...
0
votes
0answers
12 views

can't rename sharepoint subsite

I have a .cab export of a site. When I create a new site and import this .cab file into it, it automatically renames the site same as the site name in the .cab file. However, when I rename the site ...
-3
votes
1answer
29 views

Display simple c# in “sharepoint online”

I am using "SharePoint Online" and I'm new to it. I have descend programming background and I need more Info on customisation of this service. I've never worked with .NET before (WHAT?!), but I would ...
0
votes
0answers
12 views

The type specified in the TypeName property of ObjectDataSource 'objectDS' could not be found.

file structure where the method is written : Solution : DropdownObjectDataSource ProjectName : DropdownObjectDataSource Folder :Layouts: Folder :DropdownObjectDataSource these ...
0
votes
0answers
8 views

Sharepoint: Group By option not working in IE but working fine in Chrome

I am using sharepoint 2010 and in that there is a page in which there are atleast 700-800 associate photos with their details like first name, last name, etc etc.... Now I had grouped them by last ...
0
votes
0answers
13 views

404 Error: Page Not Found After WSP Deployment - SharePoint 2010

I am new to SharePoint 2010 but I am not able to think of any possibilities. I had to add a new site column in SP 2010 and use it to submit a custom form. I manually created it from Site Settings. ...
0
votes
0answers
25 views

“Invalid data has been used to update the list item. The field you are trying to update may be read only.”

I am trying to update the field in a Sharepoint Discussion board using the Client Object Model in C#. When the code reaches the clientContext.ExecuteQuery() it throws exception as: “Invalid data has ...
0
votes
1answer
83 views

Get all items selected from a list Sharepoint with jQuery

I would like to get the number of selected items in a sharepoint list when the selection of an element from the list. Here is my code: $("table.ms-listviewtable td.ms-vb-itmcbx.ms-vb-imgFirstCell ...
0
votes
1answer
14 views

Both sharepoint server and sharepoint foundation run in same machine?

Does it work if both sharepoint foundation and sharepoint server installed in a single machine?
0
votes
0answers
12 views

SharePoint Designer 2010 - Set Variable [Today]-x Days

I'm about to create a Workflow in SharePoint 2010 Designer. I created a Variable calling "DateToday". I set the variable in the Workflow and click on the button with the "..." on it and choose ...
0
votes
0answers
20 views

SharePoint 2010 search scope statistics

I'd like to be able to display statistics from a search scope such as all People, in location X, with Job title intern. so that I can display something like this on a SharePoint site: Interns: 3 ...
0
votes
2answers
26 views

SPMETAL / LINQ to SharePoint Decimal Types

I've hit a pretty major snag with the entities generated by spmetal / linq to sharepoint. I am hoping someone has dealt with this before.. or maybe I am missing something obvious. Let's say we have ...
0
votes
0answers
20 views

set taxonomy field multiple values

I'm creating a sharepoint hosted app which is based on javascript only. I wanted to update a multivalue taxonomy field in a list so I wrote this function which didn't work. there is a very little ...
0
votes
0answers
5 views

SharePoint 2010 Foundation Group Sign Off Percentage Based

I have seen videos that allow users to edit the three state workflow if they have anything higher then foundation. In the video I watched they have If(Task Process Results:Percentage of Approved is ...
0
votes
1answer
16 views

Populating a GridView table in VS2012 as webpart with SPList Only Title column has value

I am trying to populate a gridview table with a list from a SP2010 website as a webpart to be used on a different SP site. So far the code I have is: SPSite mySite = new SPSite("Sharepoint list ...
0
votes
0answers
31 views

Sharepoint get changed attachment name from list on ItemUpdating Event

J have sharepoint 'ItemUpdating(SPItemEventProperties properties)' event. This event need to work on 'document library' and 'generic list' with attachments. On 'document library' it works quite good, ...

1 2 3 4 5 272