Tagged Questions
4
votes
2answers
69 views
How to Upload file using sandbox solution ?
I am using SharePoint Online(Office 365). i want to create a web-part that upload the file in document library. how it is possible to create web-part that upload file in SharePoint Online
0
votes
1answer
305 views
Sandboxed code execution request failed in Web Part with no Exception thrown
So I'm working on a web part for a client of mine targeting SharePoint Online, and I've run into a brick wall that I've been banging my head against for the last few hours. The web part executes a ...
0
votes
1answer
244 views
using TaxonomySession from SharePoint web part and visual web part
Can TaxonomySession be used at SharePoint visual web part and web part on sandbox? I tested a simple code as following,
protected void Page_Load(object sender, EventArgs e)
{
...
1
vote
2answers
31 views
How to copy one custom list to another custom list (approximately 600 items)
I have one master list from which I wish to query and create a subset of this in a new custom list. The code I have so far works, but it is extremely slow and occasionally hits the hard limit of the ...
3
votes
0answers
10 views
How to upload file in document library in sandbox solution? [closed]
Possible Duplicate:
Upload file using sandbox solution
How to upload file in document library in sandbox solution ? File upload control is not working sandbox in sandbox solution
0
votes
1answer
265 views
Custom Content Query Web Part in a Sandbox Solution
I am looking to create an "image slider" web part for my SharePoint 2010 site home page to display a nice glossy roll-up of our recent news articles. There are literally hundreds of jQuery plugins ...
1
vote
3answers
884 views
How do I deploy custom web part to Sharepoint Online Site Collection?
After uploading the wsp to the site collection using the browser and activating it, everything seems to work fine and i see all the page layouts, masterpage, content types, lists and webparts. BUT, ...
3
votes
1answer
138 views
Programmatically find lists by template ID
I am looking for an efficient way to programmatically find all SharePoint lists with a given template / type in the current site collection from within a sandbox solution.
NB: I'm obviously aware ...
0
votes
2answers
83 views
Dynamically registering JavaScript from within a sandbox web part
I am mid-way through development of a corporate intranet that will be hosted in SharePoint Online. For this reason, we are restricted to using sandbox solutions. One of the last "gotchas" that I need ...
2
votes
2answers
1k views
Problem debugging web part on SharePoint 2010 beta and Visual Studio 2010 beta
I have created a "Hello World" web part. When I pressed F5 in Visual Studio 2010, I got the following error. I have already got Microsoft SharePoint Foundation User Code Service started. Can anyone ...
0
votes
4answers
131 views
Where to deploy scripts in a sandbox solution?
I have a webpart deployed as a sandbox solution. The webpart has resource files, javascript files, css styles, and images. Where would I deploy all these in a sandbox solution (Office 365)?
Thanks!
0
votes
2answers
331 views
referencing jquery in a sandboxed solution
I have a sandboxed sharepoint project, in which I have created a module, put jQuery there and referenced it from my webpart's ascx page like this:
<head>
<script ...
0
votes
6answers
3k views
SharePoint 2010 Sandboxed solution error during debugging
I'm in the process of creating a sandboxed web part, during debugging though once it is on the site the web part displays the error shown below:
Web Part Error: Unhandled exception was thrown by the ...
1
vote
1answer
403 views
News web part for Sharepoint 2010
I am looking to build a News web part (Sandboxed) as we can see in below link.
http://timesofindia.indiatimes.com/tech/techhome/5880659.cms
Requirement is,
The News web part should contain a ...
1
vote
1answer
179 views
Extending Search Core Results with XSL
I'm working on a webpart that extends CoreResultsWebPart.
I have create new solution and added new WebPart project into it.
I got most of it working apart from XSL.
I want to use this.XslLink ...