Tagged Questions
1
vote
2answers
57 views
Lookup field two projects
I've got two Sandbox Solution projects in visual studio that I want to use in SharePoint online. The first project has a list and a lookupfield. The other project has an other list and I want to use ...
1
vote
1answer
73 views
Lists included in an App for SharePoint 2013
I've seen that when I create an Autohosted App for SharePoint 2013 (or any other type of Apps), I'm then able to add a new item to the SharePoint Project such as a List.
I can then add/edit/delete ...
2
votes
1answer
172 views
Visual Web Part vs Visual Web Part (Sandboxed)
While I was creating a visual web part in Visual Studio 2010, I also saw an option to create Visual Web Part (Sandboxed) under Visual Studio Template Gallery.
I need to know how does a Sandboxed ...
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
1answer
250 views
return a list view in visual webpart
In have the following code which returns a list and binds it to my repeater.
Dim Partnership As SPList = web.Lists("PartnersMedia")
rptPartnership.DataSource = Partnership.Items.GetDataTable()
...
0
votes
1answer
80 views
Import a UI built solution into Visual Studio for further development
Trying to get my head round a few things with SP and SP development. I have a complete solution which was built using both the UI and SPD. I have exported the WSP and now want to import this into ...
0
votes
1answer
114 views
Visual Studio 2010 opens “Create New Site” page in browser when I run “Start Debugging” instead of the site I am trying to debug
I am an Office 365 user and fairly new to Sharepoint. I am trying to write a sandboxed solution for SharePoint online. To do this, I have setup a local developer environment and am currently trying ...
1
vote
0answers
293 views
Manually Workflow printing items from list
I have a problem with list item and printing them. I must create workflow or jscript printing this item using template. Steps that I need to do:
Select item/items on list
Run workflow or jscript ...
1
vote
5answers
978 views
Create complete site programmatically
I want to create a complete site in Visual Studio (Sandbox solution), so it is easy to deploy (with one press on the button on site collection level) to Office 365 / SharePoint Online.
I can create ...
5
votes
1answer
537 views
Recommended Visual Studio solution design for new SharePoint 2010 intranet
I'm currently working on a large SharePoint 2010 published intranet development project. The initial months of planning have been completed and we're now gearing up to commence the actual dev/build.
...
0
votes
1answer
86 views
Change work hours in SharePoint Online
I want to change hours work in sharepoint online. I have found something like that: http://jamestsai.net/Blog/post/How-to-change-SharePoint-Calendar-default-start-hour-and-end-hour-of-Day-View.aspx
...
0
votes
0answers
149 views
Infopath 2010 Add in development
I have a requirement to create a custom add in infopath form which will only be implemented in a single form library i.e. if users opens infopath forms in different form library then they will not be ...