How to Add Images to a SharePoint Survey ?
Hello, I would add pictures in my sharepoint survey ? It's possible? What is the procedure? Can you help me.For an example, What is your favorite color ? Red (picture with red)Black (picture with...
View ArticleA page-viewer webpart with external URLs
I've a Page-Viewer web part on a page in an Office-365 site. In the web-part properties, I provide the URL-property with the URL of an external page (ASPX-Page in a different site outside Office-365)....
View ArticleSubtask programmatily
Hy, is possible create in a element of a task list a subtask programmatically (event receiver)?i hope i was explicit.Thank
View ArticleHow to make custom field properties (custom schema) of a custom field type...
Hello, I created a custom field type with some custom properties (both using PropertySchema and using Code only setting schema node attributes), which are necessary to let users configure the...
View ArticleCross site collection or cross web application call in CSOM.
Hi All,In client object model it was not possible to make a cross site collection or cross web application call. Has this limitation been solved in client side object model or is it still there?Amit -...
View ArticleShould I explicitly dispose SPContext.Current.Site ?
Hi,I need a reference to SPContext.Current.Site. Should I explicitly dispose the reference once I am done with it? Thank you,
View ArticleSpecifying Title URL in List View Webpart
I want to set the Title Url something like/sites/somesite/SitePages/MySearchPage#Default={\"o\":[{\"d\":1,\"p\":\"AverageRating\"}]}where 'AverageRating' is one of my columns using which I am trying to...
View ArticleCreate Site Collection - Workflow and powershell interaction
I have a question, as per Infrastructure team needs, they want to have the own of the sitecollection script creation to maintain and change it. Now, we need, in some way, to call that script and...
View ArticleHow to add "Title field with link to Edit Menu" to a View using code-behind C#?
Hello, allI am trying to attempt adding Title with Edit Menu in SharePoint 2013 through code-behind. However, I am unable to do so. Below is my syntax I am using:StringCollection strViewFields = new...
View ArticleUnable to define Variables inside my code snipet
I have a code snippet inside my SP2013 team site, but when i tried to write something such as :-var options = { url: "http://192.168.8.221/view/viewer_index.shtml?id=726", width: 1000, height: 1000,...
View ArticleMoving the “welcomeMenuBox” Div to be at the right most side of the page
I have added the following to my seatle.master page, to display the current date and time and I moved the search box to be in the upper side of the page.as follow:-<div id="welcomeMenuBox"...
View ArticleHow to search only People using javascript (sp.search.js)?
My code:$("#searchButton").click(function () { var keywordQuery = new Microsoft.SharePoint.Client.Search.Query.KeywordQuery(context);...
View ArticleCan't start any 2013 workflow on Document Set item, when it is created using...
Hi, I have created very simple ASP New form which looks as follow: <asp:Content ID="Main" ContentPlaceHolderID="PlaceHolderMain" runat="server"> <SharePoint:FormField runat="server"...
View ArticleSharepoint 2013 FBA Custom Login Web Part
Hello,I use the 2013 fba pack from codeplex : http://sharepoint2013fba.codeplex.com/Instead of creating a custom login page I want to use a web part that I can put on some of my pages.Does someone have...
View ArticleUploading Files to SharePoint Online Using Managed Code
Hi guys,I am a newbie with SP Online :). I am trying to create a document library and upload documents to Sharepoint Online 2013.I tried the code below but produces an error 403. Help please. Thanks in...
View ArticleUpload document in document library using CSOM
Hi,I have created document Library in my sharePoint hosted app.How do I upload document in the created library using CSOM.User should browse for the file in his local system.Thanks,Rohit
View ArticlePromoted Links - add rows
Hi,I really need to be able to split out my promoted links by rows.I found this blog/guide buy I'm a newbie and don't understand how to add a 'jquery' or what that even means.Here's the link maybe...
View ArticleShould items in SPSite.AllWebs be Disposed?
Hello,Does this loop follows best practices when it disposes the items in SPSite.AllWebs? foreach (SPWeb web in site.AllWebs) {try{// Do something}finally{if (web != null){web.Dispose();}} }
View ArticleSharePoint Publishing Approval Process, Disable for some pages, possible?
HiI have configured a pages library with out of the box publishing approval workflow, when user publish something an approval workflow starts and sends email to some people, works well.for some pages i...
View ArticleHow to upload image from upload control to image control in visual web part 2013
Hi,have added a fileupload control, Image control and a button on visual web partI want to show image inside image control on button click from browse control.How could i do that?
View Article