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 ...
0
votes
0answers
6 views
Adding jQuery code in Sharepoint
I am completely new at SP design/dev, and I want to add custom jQuery code to the Format text > Edit Source:
$('#div1 ul li').hover(
function(){
$(this).find('a').animate({'top': '0%'}, ...
0
votes
1answer
25 views
Cannot download DOC
How do i call on Microsoft.Office.Interop.Word.Document myDoc = wordApp.Documents.Add(ref missing, ref missing,
ref ...
3
votes
2answers
2k views
SharePoint Redirect site logo link to the root site collection home page
I want the site logo link in the master page to always redirect to the root site collection home page. Default behavior is to redirect to the homepage of the current web (spweb).
Back in SharePoint ...
0
votes
1answer
11 views
Error while opening “configure app urls” in central admin sp2013
App Management Service & Microsoft Sharepoint Foundation Subscription Service are running but it still shows error as follows.
Error message :
Settings or services required to complete this ...
0
votes
1answer
19 views
Monotouch claims-based authentication for connecting to SharePoint/Office 365
Fellow devs, does anyone have sample code for authenticating against Office 365 (claimes-based)?
I need to access SharePoint lists from an iPad app that I am building with Monotouch/Monotouch.Dialog.
...
0
votes
2answers
16 views
Sharepoint 2010 rename root title is not inheriting
In my Sharepoint Site i've got a problem with the breadcrumbs.
By default i named the Root "Portal Site", which was shown correctly in breadcrumb navi.
Later i changed the page title.
Root Site ...
4
votes
1answer
2k views
How do I call a Sharepoint Webservice from a c# client using Kerberos authentication?
We have developed a webservice that sits and runs in the context of a sharepoint site. This works fine using normal windows authentication.
We now have a client who wants to install this on a ...
-2
votes
0answers
17 views
How to add a new item in a list in sharepoint document library?
I need to add a new item to a list in document library.
I know that every item in the list in document library is stored as .xsn file or .xml file.
Is this the way does it get stored? Am I supposed ...
0
votes
0answers
12 views
SharePoint Designer can open subsite but not top site
Whenever I attempt to open the root site on my SharePoint server (https://sharepointserver.com) I get the response:
'SharePoint Designer does not support editing non-SharePoint sites.'
However if I ...
0
votes
1answer
11 views
Parameters in web part on right side instead of top
I'm using SQL Server 2012 Reporting Services. I've created a report and then deployed it to my Sharepoint portal folder. I've added a SQL Server Reporting web part, but my report parameters are on the ...
0
votes
0answers
5 views
Create my own sharepoint taskeditor page?
let me give you brief about my scenario and then how I am trying to solve it.
I need to develop sharepoint designer workflows with asp.net pages (
front), Display request details + approver/reject ...
3
votes
3answers
5k views
Setting up NTLM Authentication with WCF to Sharepoint Web Services
I have been having a lot of difficulty setting up my WCF service to talk to Sharepoint Web services, specifically I am trying to use the Lists.asmx and Copy.asmx services.
I got it working using an ...
1
vote
2answers
11 views
How to embed image in SharePoint Workflow Association Form? [closed]
I am developing a custom SharePoint workflow in Visual Studio. I have a custom association form (ASPX) and I'd like to display an image, which is embedded into the project (and subsequently wsp).
...
0
votes
1answer
191 views
C# Soundplayer unable to play from wav stream
I'm trying to integrate the Speak Method from Bing Translate.
http://msdn.microsoft.com/en-us/library/ff512420.aspx
Using the exact sample codes for PHP, i could play the wav file. However, when i'm ...
0
votes
0answers
7 views
Partial Loading on Sharepoint Designer
Im using Sharepoint Designer 2007 and I have a master page and a content page. In the master page i have a content placeholder and in the content page inside that place holder i have 4 divs that are ...