Change context using RenderContext for SharePoint control doesn't work after...
I am trying to create an ASP workflow task form. It should contain two types of fields: 1. fields from related item (on which WF was started); 2. fields from task (such as Due Date). For that I try...
View ArticleField in list not available in ListItem using Managed Client Object Model
I am trying to get some data from a list using the Client Object Model in a console app. It has a number of fields, some are text, some are DateTime, some are Lookups, etc, etc.It seems to have a...
View ArticleUsing Moderation Status in SPQuery
Hello all. I'm attempting to create an SPQuery object that queries a list for items with an Approval Status of Pending. I've tried several queries but all result in SPExceptions that state 'Cannot...
View ArticleHow to deploy display templates via feature
Hello all.I'm attempting to deploy display templates using a feature. I'm able to add the display templates to the correct folder in the master page gallery. However, the associated .js file isn't...
View Articlehow to download one File from SharePoint 2013
Hi all:I have one issue to download one file from SharePoint 2013 Document library. The site is using Https protocol. I can open this Excel file in browser to read/edit, but I need to download the file...
View ArticleSharePoint Branding
Hi,I have designed a intranet SharePoint site using JQuery and all, my problem is when i used to open in IE browser "Only secure content display" come out and it allows my site after clicking "allow...
View Articlepower view time format in sharepoint 2013
Hi all , could you please explain the time format that can be accepted by powerview in sharepoint.Issue:when i took 24 hr format in powerpivot the power view accepts AM /PM forrmats can u explain...
View Articleredirecting list url to page url in search result
Hellow all ,i am new to share point 2013 please help me on my following problem.I have created a web application i have set up search. all thing is fine search is working .just one thing,i have some...
View ArticleInstall app from visual studio 2012 - The content database on the server is...
I have installed latest updates for Vs2012 .After restart vm, I try to deploy my previous SharePoint hosted apps but I am getting following issue ,The content database on the server is temporarily...
View ArticleError in VS 2012 when adding External Content Type for ODATA source
I have SharePoint 2013 RTM and VS 2012 RTM installed on Windows server 2008 R2 SP1. I am following the steps of this MSDN article: msdn.microsoft.com/en-us/library/jj163967(v=office.15).aspx on...
View ArticlePlease let me know 1 thing related to sharepoint version and site restoring
Dear all ,My sharepoint version is (14.0.6029.1000) and client installed (14.0.6120.5005) I want to know can i restore my site at client location as my version is lower...
View ArticleProblem trying to staple publishing features in Personal Site template in...
Hi everybody, Yes, I know, there are a lot of posts about how customize personal sites with feature stapling technique, in fact, this is how I'm trying to add these features to the...
View ArticleSharePoint 2013 Duplicate Contextual Tabs
Hi,I have the following code for a custom contextual tab, with a post back event handler, which is similar to many posted examples.This code has no issues on SP 2010, but after converting to 2013,...
View ArticleSP.js does not load on publishing pages and for anonymous users
Hello All,We are using ExecuteOrDelayUntilScriptLoaded(testmethod, "sp.js") to call javascript function. But it seems that sp.js does not load for publishing pages and for anonymous users. Is there any...
View ArticleRelative Path for favicon and SiteLogoImage
I found this thread concerning the question how to inbound external files (such as style.css) by refering them...
View ArticleClient Object Model - Calendar appointment as all-day?
Hello,I search for some code or helpfull links to create a Sharepoint calendar appointment as a all-day appointment(like I can do it on the Sharepoint web surface with the checkbox). I have googled...
View Articleabout sharepoint sync convert error (Word Automation...
code: string siteURL = "http://win-mkd3blj5kda/sites/test"; SPSite spSite = new SPSite(siteURL); SPWeb web = spSite.RootWeb; SyncConverter syncConv = new...
View ArticleWeb Part With Embedded IFrame
Hi,I have two questions re embedding an iFrame in a Web Part.I'm using a server side rendered iFrame, e.g. like the code below.1) Can anyone suggest a way to pass click events from the iFrame through...
View ArticleHow to change ControlMode of SharePoint:FormField control on postback (it...
Hi,I have a control in my ASPX file and a button to do postback:<SharePoint:FormField ID="MyID" runat="server" FieldName="Title" ControlMode="Edit"/> <asp:Button ID="MyButton"...
View ArticleRemote Event Receivers just not working
I've already made a post in the "Developing Apps for Sharepoint" forum, but still have no reply after a few...
View Article