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
3 views
Backup and Restore SharePoint Online Office 365
Can any one tell me a easy way of backing up and restoring sharePoint Online contents.Is there a tool That I can used to for this purpose.
0
votes
1answer
6 views
Sharepoint 2013 moving site collection content database between farms
I am using sharepoint 2013 and I wanted to move a site collection database to another farm. I restore the content data base of site collection and restore it on destination farm. Then after ...
0
votes
0answers
14 views
Remotely accessing Sharepoint 2013 using REST on Office 365 from JavaScript
I want to integrate with SkyDrive Pro for file storage from a browser page directly, so I don't want to do this from our web server.
Almost every example I've seen of doing this involves either ...
0
votes
1answer
26 views
Loading ASPX page with Javascript intact, with a twist
I am writing a single page web application for Microsoft SharePoint.
I'd like to pull in content with $.get(), but I've run into a bit of a catch 22.
If I pull in the content like this:
function ...
0
votes
2answers
23 views
Where does SharePoint store elements.xml and schema.xml for custom content types and list?
As described in the title I'm just trying to find out where SharePoint 2010 stores the elements.xml and schema.xml files for custom content types and list definitions if anyone could help please.
...
0
votes
1answer
15 views
Using SPServices to get user's “My Links” via jQuery
I am trying to get the current user's list of "My Links" using SPServices & jQuery
I am new to SPServices and I found this page about how to get values from the user's profile and specifically ...
0
votes
1answer
16 views
Add a new list item with a Person or Group field
I have a DataTable, and I want to add new items to a Sharepoint list using the data in the table's DataRows. But I'm having trouble adding data for a field where the type is "Person or Group", ...
0
votes
0answers
52 views
Allow users a dummy proof way to enter a file URL on website
We are using an applet to allow users to select documents they have stored on remote file servers. The applet returns the URL for that document and we save it for future use.
The applet being used ...
-1
votes
0answers
10 views
SharePoint Lists.asmx AddAttachment File Size Limitation Issue [closed]
I can add an attachment with file size as 45 MB to SharePoint list directly without an error. But when I tried to add the same file to SharePoint list using ASP.NET using Lists.asmx web service: ...
0
votes
1answer
24 views
Open source SharePoint alternative compatible with Dynamics CRM 2011 [closed]
I saw that in MCRM, you have a "Documents" entity but you need a SharePoint location.
Should it be Microsoft SharePoint anyway or their is something to be able to use this entity or an other way to ...
0
votes
1answer
21 views
Date compare filter using XSLT?
I have a "Date Available" column that was initially had a column type of "Single line of text." All values were in the m/dd/yyy format. The following search filter was used without issue:
...
0
votes
0answers
4 views
MediaPlayer in Sharepoint 2010
im trying to open a wmv file in a sharpoint 2010 user control (ascx).
Here the code im my code behind:
public void GetVideo(TimeSpan timeSpan)
{
var player = new MediaPlayer { ...
1
vote
0answers
7 views
Alerts notification not comin for all user in MOSS2007
I have a file in SharePoint library where alerts need to be created. I am able to recieve the email notification on creating alerts though my colleague can't.She is not having the admin permission as ...
-1
votes
0answers
11 views
Books for Sharepoint Declarative Controls [closed]
I was wondering if there are any beginners, STEP by STEP, or 24 hour trainer type books available specifically on Sharepoint Declarative Controls (for example, SPSecurityTrimmedControl, ...
0
votes
1answer
20 views
How to retrieve the size of a file in a document library in sharepoint through webservices using Java
I'm writting an application in Java which has to report all available files in a document library on SharePoint 2007. The application uses the java sharepoint library from korecky (Project Home). ...