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
7 views
How to handle session timeout for XmlFormView control?
I would like to know if it its possible to handle session or form timeouts in a XmlFormView control which hosts a InfoPath 2007 form and prevent errors similar to the following from being displayed ...
0
votes
0answers
5 views
Connect to Unidata from SharePoint
We have a SharePoint Foundation 2010 installed. I'm using SharePoint Designer 2010 and trying to make a data connection to our Unidata manufacturing system. I have downloaded the U2 Toolkit for ...
0
votes
1answer
19 views
Retrieving friendly name as claims user in SharePoint
I'll explain what I'm trying to do first. I have a claims identifier being passed in, for example, 0e.t|saml provider|[email protected]. I want to trim that to [email protected].
I am ...
0
votes
0answers
13 views
Why do i get this error…“directory lookup for the file .mdf failed with the operating system error 3” from a log shipping configuration [closed]
I have configured log shipping for all our SharePoint 2010. All worked well since Friday and today Monday I ran this query
SELECT *
FROM [msdb].[dbo].[sysjobhistory]
WHERE [message] like '%Operating ...
1
vote
2answers
30 views
CAML- WebService Sharepoint
Hello stackoverflow community
I got a load of help from this forum. Though this time i couldn't find.
I Made an ASP.NET application and I try to use a SharePoint WebService to get some Items of a ...
0
votes
1answer
31 views
Call Javascript method from code behind c#
Please help me solve this challenge:(
I have below code:
Label lblVideoAssessment = new Label();
lblVideoAssessment.Text = "<a href='../SitePages/Assessment.aspx?cat=" + ...
0
votes
1answer
13 views
Sharepoint Server Configuration Database
I'm a sharepoint newbie and I'm on the installation phase.
My question is:
Can 2 sharepoint servers (different versions & running on separate machines) point to the same configuration database?
...
0
votes
0answers
15 views
Javascript SOAP action in sharepoint
Im tyring to run a basic javascript soap action on a content editor web part in sharepoint but it does not work. If I take the code out of sharepoint it runs fine in IE, why would this be?
<button ...
0
votes
1answer
27 views
Solution Design - Architecture : Auto-generate from and submit form events
This is a design issue i would like to discuses before starting development so , any opinion may help, there is no specific way to do it except that the system should be delivered under sharepoint ...
0
votes
0answers
16 views
how to add user to sharepoint list item user field using REST api in sp2013?
I have a basic sharepoint list with people field in it, now I am trying to use rest api to add new list item and trying to set person field to my alias but it is not working and throwing me below ...
0
votes
0answers
24 views
claim based SSO without ADFS
I am new to claim based authentication, and currently trying to change an existing SharePoint application to make it support claim based SSO. After reading lots of articles about this topic, I am ...
0
votes
1answer
32 views
CodeProject: Get downloaded Code working [closed]
I am currently trying to use this code from CodeProject SharePoint Document Library so I can use it for Office365, but when i download the source code and try to open it with Visual Studio 2012 tells ...
0
votes
1answer
16 views
SharePoint Library Tree View for Outlok Addin
I am currently developing an Outlook Addin, this is my first time doing something Object oriented,
I'm a beginner, but since you all must have been there at somepoint i think you can all be ...
0
votes
0answers
13 views
How can we loop through an image based on drop down value
I have the below requrement. User has aan iamg in a library. Now in another list i have a look up feild with values 1,2,3,4,5
NOw how to display image repeatedly based on dopdown value.
i.e if the ...
-2
votes
0answers
7 views
how to configure user profile syncronzation service with my membership data (SQL Server)
We have a product developed in moss. we stores employee data from external linked server to our custom membership data. We defined custom profile import job which creates/updates sharepoint user ...