How to attach a default master page to a aspx site page ?
Hi I make a aspx file in the sharepoint designer 2013, and I place a hyperlink inside the form. It do well Then I try to attach a master page. In the sharepoint designer menu I click at the style...
View ArticleSharePoint Designer 2013 no Design View
Dears friends: I recently discovered that SharePoint Designer 2013 has not Design view. Only Code view. From everything I've seen in SharePoint since 2001, honestly this is the most -mmm- how to say...
View ArticleHow to avoid REST call on page refresh
Hi All, I am new to REST. I am trying to get data from Announcement List using REST API oData call. I observed in the Fiddler that the REST call is being made on page refresh too. How can I avoid REST...
View ArticleHow to overcome limitation of file name or limit on length of url in sharepoint
Hi,I have a backup of data from client. which contains files of various format ex: .pdf, .doc, .xlsxFile name is also large. i created an utility to upload those files to sharepoint but i get an...
View ArticleProblem with VS2012 and Sharepoint 2013 Solution
Hello everyoneI've got a problem that's driving me crazy. I'm migrating a Sharepoint 2010/Visual Studio 2010 Solution to Sharepoint 2013/visual Studio 2012 with the developer tools.My solution consists...
View ArticleVisual Studio error when trying to open a Feature in a SharePoint Project (An...
I am getting the following error message in both Visual Studio 2012 and Visual Studio 2013 when I try to open any "Feature" in a SharePoint 2013 project.An exception occurred while calling the...
View ArticleSingleTask activity in SharePoint 2013 workflow - Send Assignemnt Email
Hi,I'm using SharePoint 2013 SingleTask activity to create and assign task. However, on task assignment, user is getting notification though the alert is disabled in list level. There's no property in...
View ArticleWhich is the best approach? Solution or App?
Hi.I am new to Sharepoint 2013. I have to develop an attendance system which will be deployed on Office 365 (Sharepoint). I don't know from where I start? Which approach is best? Should I develop an...
View ArticleSharePoint REST and C# Sample to UPDATE LIST ITEM
Somehow I am not able to find a very basic sample of SharePoint REST.My requirements are1. C# (no javascript)2. REST (no CSOM)3. Update List Item (not just list title)I did search and find many many...
View ArticleHow to show site name on AllItems.aspx in a document library or list
Hi,i want to show a such a navigation so that user can understand in which it is likesitename>document Library Name>....How could i achieve this?
View ArticleFind permissions of the logged in user on a SharePoint2013 list using JSOM
Hi I want to hide add item link depending upon the logged in USER. So if the logged in User has contributing rights then then link should be visible. I want to achieve the goal using java script...
View Articlestart.aspx sharepoint and custom master page SPWEB
Hello , I have following problem: I change master page for SPWeb programmatically ( changed SPWeb.CustomMasterUrl and SPWeb.MasterUrl ) The problem is that some of the pages is opened with...
View ArticleHow to implement Ajax toolkit for SharePoint2013?
Hi All,How to implement Ajax toolkit for SharePoint2013?
View ArticleHide field using CEWP in SharePoint 2013
I'm surprised that there aren't any working solutions posted for this for SharePoint 2013. I've tried the related posts in 2010 and 2007, but no love. I'm using SharePoint 2013, trying to hide a field...
View ArticleUpdate SharePoint 2013 list item in a site through a visual web part deployed...
Hi All, I am having issues when Updating an item field of a list in SharePoint 2013 site from a visual webpart in a different site collection. Posted the code below.I am the administrator for both the...
View ArticleHow to apply pagination to data bind to control using Camel Query.
Hi All,I am having a <asp:Repeater> control to which i bind the data from share point list. I want to apply pagination to that data which is bind to Repeater. I am using CAMEL query to get data...
View ArticleAdvice needed for provider hosted web application - authentication and access...
I haven't done SharePoint 2013 development with claims so I apologize in advance if my assumptions and questions are way out in left field.I'm trying to understand SharePoint 2013 claims authentication...
View ArticleYour search cannot be completed because no search service is available- SP2013
Hi,We have an application page, in which we need to retrieve the search results in SP2013. However, the query always returns the error "your search cannot be completed because no search service is...
View ArticleIs there an issue with iFrame and Target?
I've tried both inserting and embedding this into a Script Editor Web Part,<iframe id="myIframe" src="http://#" height="200" width="500"><p>This is my iframe</p> </iframe>Then...
View Articlecaml query for filtering list item not working as expected in Sharepoint...
I am trying to filter list item based on particular value.var header = "xyz"; camlQueryHeader.set_viewXml = "<view><Query><Where><Eq><FieldRef Name='Position'/>" +...
View Article