Tagged Questions
0
votes
0answers
7 views
Search Results web part only showing one item
I added the Search Results web part to a page a configured the query as below and left all other configuration settings at the default values.
ContentClass:sts_web webtemplate:ProjectSite ...
0
votes
0answers
6 views
Sharepoint Online Page.Request.Form
On premise Sandboxed mode this: Page.Request.Form.Get("postvar") inside a webpart has a value when a POST request is sent.
On Sharepoint Online however the exact same code returns null. Is there any ...
0
votes
1answer
42 views
Sharepoint Online SPUtility.GetLocalizedString in WebPart
Trying to get localized content working on Sharepoint Online.
I followed the steps here: http://msdn.microsoft.com/en-us/library/fp179919.aspx#LocalizingAppWeb to create 2 resource files under ...
0
votes
1answer
34 views
Full-Trust Solutions on SharePoint Online Dedicated
I am trying deploy a solution to SharePoint Online (SPO), after looking at documentations about SPO, I found only Sandbox Solutions and Apps can be deployed to SPO, but my solution is a Farm Solution. ...
0
votes
1answer
64 views
Sharepoint Online traverse List Items and output HTML
I am building my WebPart locally and when ready will deploy to SPO.
I want to traverse the items of a list using LINQ (or whatever is most proper) and generate HTML based on those items.
That's all ...
0
votes
1answer
65 views
Programatically adding webparts to a page in sandbox
I've successfully implemented code to add web parts to web part zones in code using WebPartManager's in other projects.
Now that I'm working in a sandbox solution, VS can't seem to recognise ...
1
vote
1answer
50 views
Displaying Custom Webpart in every view of a List?
i have a List called "Persons" in a SharePoint 365 (aka Online). This List contains 4 or 5 Views (The administrator can add more view depend on the actual situation).
On the default list, I have a ...
0
votes
0answers
47 views
SharePoint Online comment web part
Is there any web part for users to leave comments in display form in SharePoint Online?
Note Board is good but it has some limitations (cannot add 2 unique Note Boards in display form).
1
vote
1answer
56 views
Embedding images files in sandboxed webpart
Fairly new to SharePoint development but have been asked to into developing some simple web part features for a solution we're working on.
I need to add some basic image/logo files into the .wsp for ...
0
votes
2answers
107 views
List created on solution activated
I have developed a web part which relies on a list to work so I've created a feature which creates the list with all the necessary columns etc.
When i delpoy to local everything works as it should, ...
0
votes
1answer
435 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
2answers
1k views
Sandboxed code execution request failed error
I have developed a webpart, deployed to local tested successfully. I've then added the WSP to my live environment (SP 2010 Online) but when I try to add in my webpart to a page i get the following pop ...
1
vote
1answer
586 views
Using a date column in a sharepoint online web chart web part
I added a "web chart" web part to a sharepoint online page from the browser interface.
Next, I decided to run the Data connection wizard to connect my chart to an excel services. In the step 3 of ...
0
votes
0answers
113 views
YAF Forum integration to SP 2010 on-line
Looking to integrate YAF forum into a SP 2010 on-line environment. YAF is essentially a very complicated user control which runs off SQL.
I have all this running on Azure (both the website and SQL) ...
0
votes
1answer
72 views
Auto Insert new field into SP List on page PostBack
I've just created a new webpart. I'm a beginning on Sp Word.
I built a new WP the get some data from textBox and put it into a content list.
But every time I do Refresh a new void item is inserted ...
3
votes
3answers
170 views
Can I use EntityFramework and sql azure with Sharepoint Online?
I would like to connect to an entity model from a sandboxed webpart in sharepoint online. Is this possible?
Is it possible to connect to sql azure from a sandboxed webpart?
2
votes
1answer
1k views
Send e-mail with SMTP (Office 365)
I need to show a popup-window with a basic e-mail layout and send the e-mail after pressing the send button. The popup, I've created and also the webpart within. But when I want to send the e-mail, it ...
1
vote
1answer
208 views
How to connect SharePoint Online with Dynamics CRM using Web Part?
How connect Dynamics CRM Online with SharePoint Online using Web Part - Microsoft Dynamics CRM List Component?
I Try to use in SharePoint a web part Microsoft Dynamics CRM List Component to connect ...
4
votes
3answers
1k views
How do I find out what's wrong with my sandboxed solution in SharePoint Online?
I have created a custom web part which presents a form to create a SharePoint site below the current site, while performing some ancillary actions like updating a list of subsites on the front page to ...
