How to render asp image tags in masterpage/page layout?
In my .html page layout file, I have this code <!--<asp:Image runat="server" imageurl="<% $SPUrl:~sitecollection/Style Library/en-us/help.gif %>" alternatetext="More information"...
View ArticleGet list item with html content via javascript
Hi guys,i want to get any items from a list via JS.One of this Item is of type note with Html . How can i get only the text value? i try .innerText but no way.this is my codefunction...
View ArticleCreate ListView Automatically SharePoint 2013
Hi All, I have one list where items are about 300k and thershold is of 80K, because of this List was not loading.So for time being, I have create diffrent view based on ID likeID from 1 - 80000 80000-...
View ArticleCustom Access Denied page SP2013
HiI readed this post, and I want to ask: is any optoin to change the message in the AccessDenied.aspxI thinking to create HTTP Handler, but this not so good solution, and the second option is realy...
View ArticleRevert changes with version history disabled
Is there a way to revert back (or to view) to an older version on a SP list item? A change was made and the original information was erased. Version history is disabled.
View ArticleIf Statement Not Working
Hello SharePoint Fam,I have a weird issue that I thought would be simple. Basically want a workflow to assign 3 different images according to percent number. Currently everything is stopping at the...
View ArticleList web part with option button in place of checkbox
I want to allow on a list web part a mutually exclusive selection for the items, so that I can force the user to select a single item and retrieve the item id using the SP.js JSOM. There is a problem...
View ArticleError on Save as Site template
I have restored the site template from Dev environment to QA (Web Designer Galleries->Solutions). when I create a subsite using the restored template, I am getting the error "The file...
View ArticleHow to display SharePoint site in a html page....
I have a scenario where i need to display SharePoint online site in html page,How can this be achieved..Tried an approach through iframe, but i should not be modifying master-page of SharePoint by...
View ArticleCustom FBA - Login [SharePoint 2013]
Hi Team,I have a requirement like thisI need to design one custom FBA Login page (User Name, Password & Organization Code)?Is there any REST APIs or Web Services to check the FBA login using Jquery...
View ArticleJSOM - Scheduling a list item
Hello allCurrently working on a task that requires scheduling a list item using JSOM.I did find that this can be done in server side code with the following codeusing (SPSite site = new...
View ArticleUpload profile picture to Office 365 using C#
hi all,did anyone have a example the upload profile picture in Office 365 online using C#. web application.i need to create a web application to upload the employee profile picture in Office 365.thank...
View ArticleMultiple SP.SOD.executeFunc() on same page
Hi all,I'm relatively new to client side programming on SharePoint 2013. I have created a javascript file which interrogates a list which is used within a webpart (CEWP referring to the javascript...
View ArticleSharePoint 2013
Hi, some issue with sharepoint which is simple but hitting a brick wall. 1. having a list with column 123Date and trying to create Due Date based on 123Date and 14 days.I go to DueDate and use...
View ArticleJavaScript Create List Item with Content Type Fails with Invalid Request
I'm trying to create an item in a task list. function CreateTask() { console.log('Creating Task'); var clientContext = new SP.ClientContext.get_current(); var oList =...
View ArticleJavascript issues when creating an item.
I'm trying to get some JavaScript working to create an Task Item based on some other events on a page. I'm just learning but I've got the majority of what I want down. (I think.)What I don't understand...
View ArticleCall aspx page by ajax - ArgumentTypeException exception when leaving the page
we try to load a product details page client-side by an ajax request var loadProduct = function (guid, resp) { $.ajax({ type: "GET", url: location.protocol + "//" + location.host + L_Menu_BaseUrl +...
View ArticleWorking with the PeoplePicker programmatically or with script
I have a multi tenant farm setup using host named site collections. I have a third party solution that uses a workflow task form (that itself uses Nintex Workflow 2013) containing a peoplepicker. The...
View ArticleTask List Email notification
Hi Team,How can i Turn off Email notification of a Task list in sharepoint 2013.In 2010, it is in advanced settings. but, in 2013 i can't see that. How can i find it.?
View ArticleSharePoint 2013 PowerShell Script to add listitem using REST
Hi ,I want to develop a SharePoint 2013 PowerShell Script to add a list-item using REST. As of now I am trying to use the Invoke-RestMethod , but am getting lot of error (with parameters ,...
View Article