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
3 views

Share value between itemupdating and itemupdated events

I have a list which has 30 odd columns. I have attached two event handler to the list. 1. ItemUpdating 2. ItemUpdated In ItemUpdating event, I am checking one field value for a change. In ...
0
votes
0answers
8 views

provision central admin in sharepoint, but add the IIS path settings

Is there a way to add the IIS setting path to the provisioning of a central admin. Currently when I provision it is going to D:inetpub, and I want to change it to go to F:inetpub when provisioning. ...
0
votes
0answers
6 views

Integrating sharepoint infopath webforms in to our asp.net webapp

We have a web application that our field employees use to complete their work. One of their common tasks is filling out various forms. For a number of years now we have been using InfoPath. Which ...
0
votes
0answers
3 views

Selecting items from sharepoint list based on IDs using rest

I'm tring to get a list of items from sharepoint 2010 list with specific IDs . I'm using the following query Query in javascript ...
0
votes
0answers
7 views

Sharepoint Online 2013 CSOM constructor error for AttachmentCollection object?

I'm writing a script to copy items from one list to another on a sharepoint online server. I'm using the 2013 sharepoint Client Side Object Model (CSOM) to script this in powershell ISE. This should ...
0
votes
0answers
2 views

WCF hosted on SharePoint - Need to enable https

I have a WCF hosted in SharePoint 2013 with two methods GET and SET send JSON data. The WCF worked fine under HTTP servers but now we need to move it to production and run it under SSL where we have ...
0
votes
0answers
6 views

Open link in new tab sharepoint

I have the following piece of code creating me a link in sharepoint: =IIF(Fields!PrivacyId.Value = 1, IIF(Globals!RenderFormat.isInteractive(), "javascript:void(window.open('" & Fields!URL.Value ...
0
votes
0answers
8 views

Count of items in Sharepoint list including all folders and subfolders using xslt code

I am using the below line to store the count of list items whose status is not started in a XSLT variable: <xsl:variable name="NotStarted" select="count(/dsQueryResponse/Rows/Row[(@Status='Not ...
0
votes
0answers
2 views

How to show collection fields from bcs in infopath list item form?

I have a .net assembly business data connector. One of fields is List. I have external list, based on this connector and InfoPath Item Form for this list item. I want to show this List as repeating ...
0
votes
0answers
7 views

Adding a new web part zone in sharepoint 2010

I am trying to create a new web part zone in a sharepoint 2010 page. I was able to create it and to use it, but today, when I opened the page, I saw that every web part I have put inside that zone, ...
0
votes
0answers
6 views

Content viewing report is not opening sharepoint 2007

I am trying to open Content viewing Auditing report on sharepoint 2007 portal but page remains continiously loading and nothing happens. I have enabled Reporting feature from central admin and also ...
0
votes
0answers
6 views

Access Sharepoint 2013 on Sharepoint Online with PHP

I am using the following guide http://davidsit.wordpress.com/2010/02/23/reading-a-sharepoint-list-with-php/ to access a Sharepoint 2013 instance stored in Sharepoint Online (is this the same as Office ...
0
votes
1answer
9 views

how to login in fba enabled SharePoint site when i use passwordFormat=“Encrypted” in my web.config file

using below code i am not able to login page. how i can validate user when i am using passwordFormat="Encrypted" if (SPClaimsUtility.AuthenticateFormsUser(ctxUri, txtUserName.Value.Trim(), ...
0
votes
3answers
17 views

CAML Query on a SharePoint list is returning the ID and the value - how to just get the value?

This question is about a SharePoint List. The code is using the SPServices, jQuery, and JavaScript. Some fields for the columns are lookup fields, and I am getting both the ID and the value of the ...
0
votes
1answer
11 views

Simple means to save web input to a Sharepoint list

In Sharepoint 2007, I wish to create a simple form on a public facing web page to insert a new list item - username. I'm don't need anything fancy, so I'm hoping for a fairly simple solution. I see ...
0
votes
3answers
16 views

Some Users not in siteUserInfoList

I have a script to list all the users that have accounts on sharepoint. However, not all them are being listed. There are only 5/8 Marks that are listed for example. I'm using powershell and a ...
0
votes
0answers
12 views

Remote PowerShell for Sharepoint: Invoke-Command won't run Add-PSSnapin on remote server

I'm writing a powershell script to perform some archiving functions on our sharepoint server. I'm testing this script with a server hosting Sharepoint and a remote computer running powershell. The ...
0
votes
1answer
7 views

Uploading the docuements from IManage into sharepoint 2010

I have a requirement from my client to upload documents from Imanage/Filesite into sharepoint 2010. when they try to upload documents into document library they also would like to have an option to ...
0
votes
1answer
14 views

Troubles on getting data from a List sharepoint 2013

Im having some troubles when i try to retrieve data from a list in sharepoint 2013. SPSite osite = new SPSite(@"http://win-kee1pn6mrku"); SPWeb web = osite.OpenWeb(); SPList list = ...
0
votes
0answers
16 views

Group Similar elements in PPS Graphs using MDX query - SharePoint 2010

Hi All, I am trying to generate a report using PPS in SharePoint 2010. We have sem at the bottom axis. SQL table is like this. m1 m2 sem year 43 40 A F 70 99 A R 79 70 A F 13 22 A R 35 30 ...
0
votes
0answers
8 views

Need to get the previous value in Sharepoint library

I am taking the Item Updating as well as updated event. I need to get the previous value of a people picker field. I tried before properties, listitem .. always getting null values.. I tried display ...
0
votes
1answer
8 views

Bigger document icons in search results (SharePoint 2010)

So i'm configuring my custom core results web part for document search and I need to display bigger document icons, like instead of for all document types. I found out that this part in xsl ...
0
votes
0answers
7 views

Transfering files trough webinterface to sharpoint server network slowndown

I am a user in a windows 2008 server environment with a sharepoint and sql-server. The sharepoint and sql server are in another location. When i upload files to sharepoint with explorer, no harm ...
0
votes
0answers
8 views

New Team Project with sharepoint

So I have this job thingy where I have a problem when a user tries to creates a New team project site with sharepoint, through Visual studio 2012. And the layout is a bit weird, but it has to be like ...
1
vote
1answer
20 views

jquery <Script> tag added in the Sharepoint Masterpage is not rendered in Popup page

i have added the script tag "/_layouts/Memento/jquery.tablednd.js" along with few other script tags in the SharePoint master page under "head". I am calling a popup page by doing ...
0
votes
0answers
13 views

Client Object Model Sharepoint How to get the Instance ID

So In my sharepoint site contents page i have an application. Can anyone tell me how to get the instance id of it. so that i can invoke the link : ...
2
votes
1answer
30 views

SAS PROC SOAP to update Sharepoint List

I am trying to update a Sharepoint (2007) list using SAS (9.3) via PROC SOAP (SAS is living on a Unix GRID). The sharepoint site has basic authentication enabled (since PROC SOAP cannot authenticate ...
0
votes
1answer
14 views

Sharepoint 2007 Column character limit

We are having problems with uploading very large character strings using the .asmx webservices to different lists we have on a site (300000 characters about). I haven't been able to find the character ...
1
vote
0answers
6 views

How can I show child-item count in SharePoint - online 2007?

I need to show the number of files in a folder in SharePoint 2007. I know in 2010 there is a column you can add that shows this, but I can't figure out how to do it in 2007. This tutorial seems to ...
0
votes
1answer
12 views

Is there a way to change Site and all Subsite logo URL with a certain value to another?

Is there a way to change the logo URL specified in Site Settings->Look And Feel->Title, description, and Icon For a site and all sub-sites that have a specific logo URL while avoiding those ...
0
votes
0answers
8 views

Extracting AWS tier deployment information

I was working with the AWS Sharepoint deployment and trying to do some work in reconstructing a graph of different tiers and their services via AWS APIs. Are there any APIs that would tell me which ...
0
votes
1answer
16 views

Sharepoint 2010 Foundation SBS 2011 email error sending email

I have installed SBS 2011 and running sharepoint 2010 foundation. I have created an intranet site. my question is related to the one on this link: error while sending mail but my problem is that I ...
0
votes
2answers
38 views

Insert a WHERE clause in a CAML query - using SharePoint, SPServices, JavaScript, and jQuery

I am trying to insert a WHERE clause into my CAML query to filter a date column for NULL (I want to return all rows for which there is no date in Assign Date the column). This is for a SharePoint ...
1
vote
4answers
76 views
+50

Open PDF with javascript

Is there a way to open a PDF document using JavaScript (or C#) and have it automatically open with Acrobat, let the user edit document and upon the the user closing document, save back to server. ...
0
votes
1answer
19 views

Generating reports using PPS-SharePoint2010

Hi All, I need to generate some reports (bar graphs, pie charts etc) using Performance Point Service in SharePoint 2010. I am able to generate reports. I am facing issue when I am ...
0
votes
0answers
11 views

SharePoint: Top Navigation Bar drop down in alphabetical order

I have the following code to display the sub sites in the top global navigation as a multi-level drop down menu: <div id="s4-topheader2" class="s4-pr s4-notdlg"> <a ...
0
votes
0answers
5 views

Microsoft SharePoint 2010 versioning deletion on rejection?

How can you setup a SharePoint document library such that the latest revision on a file is automatically deleted upon approval rejection? If possible, before deletion, it would be preferable to have ...
0
votes
0answers
7 views

Is it possible to change SPfile.item.name with SystemUpdate()

I am trying to change the name of some items but i do not want to use SPFile MoveTo() function because it changes the name of the last editor. What I need is for the editor name to stay the same(as ...
0
votes
0answers
8 views

vba sharepoint list to excel no multiple values fields

Hi i want to import sharepoint list to excel then edit and then export bac to sharepoint. i found this code for importing bud this code doesnt import multiple value fields (they just mising in ...
-2
votes
1answer
67 views

unreachable code detected in a foreach

I have got this warning in vs2012 but can't figure out where is the unreachable code. private void LoadGridData() { string currentUrl = SPContext.Current.Site.Url; var jobInfoList = new ...
-3
votes
0answers
22 views

conver UI code to dynamic code [on hold]

I want to achieve this format from code behind c# You don’t have any new notifications. ...
0
votes
1answer
15 views

SharePoint 2010 401 error

We have a SharePoint 2010 server on a domain machine. Now we try to login to that server with domain users using web service calls , However we are getting 401 error while logging in .We have checked ...
0
votes
0answers
17 views

sharepoint 2013 - content search no results

In order to create a recent changes view I created a content search control. I set the path it should look for elements to the documents folder. The view then correctly shows the doc file I have ...
0
votes
0answers
11 views

Creating web application with old host header

I am trying to create web application with host header. There was already a web application with the same host header which I deleted. After deleting the web application (delete content database, ...
1
vote
1answer
21 views

How to write into Crm 2011 Entity from Sharepoint Web part

I'm trying to build a Web part that takes data from Ui and write them into a Crm 2011 entity. Does anybody know if is it even possible and by which ways? Thanks!
0
votes
0answers
18 views

Dropdown list populating too many elements in datasheet view — SharePoint 2007

I have a standard list in SharePoint, one column of which is of type Person or Group. When I'm viewing the list from a standard view, the dropdown filter for that column lists, as expected, only ...
0
votes
1answer
13 views

Change WebPart Custom Properties Layout

I'm developing a WebPart for Sharepoint 2010. I created custom properties but i would like to change the layout. I would like that the elements below would look like the default elements(spacing and ...
0
votes
2answers
16 views

WebPart UpdatePanel namespace missing

I'm creating a web part. I need an update panel to refresh controls when using dropdowns list. I dont know why but it's missing the namespace when it shouldnt right? using Microsoft.SharePoint; using ...
-1
votes
2answers
25 views

Web service to interact with sharepoint

I am in need of some assistance on a current project. I'm working on a windows service that downloads specific sharepoint files and converts them to a pdf, then emails them to multiple recipients. The ...
0
votes
0answers
14 views

SharePoint 2013 RESTful calls returning 404 not found

Using the Get started with the SharePoint 2013 REST service, I am trying to access the following internal SharePoint site: http://mycs.nce.dirc.aon/sites/SuperSecret/default.aspx I have tried sending ...

1 2 3 4 5 273