Make an image inside a webpart editable by ribbon
Hi,I have a custom visual web part that displays an image and some text.I was wondering if its possible that the image could be customized from the Ribbon, much like how the media web part works,...
View ArticleHow to create a folder with standard contained folders and files in...
I've got folders and files on my SharePoint 2013 site that form a template when I add a new folder for a customer. When I create a new folder for a customer, I want those folders and files added...
View ArticleSharePoint 2013 Workflow development with VS and App Management Shared...
Hi,I'm trying to develop a SharePoint 2013 workflow in Visual Studio (declarative WF). I've not configured app related settings in the farm as my client doesn't want to explore apps just right now....
View ArticleSPContext is not loading after updation of sp 2010 to sp2013
Hi Team,i have updated product of sp2010 to sp2013, in sp2013 SPContext object is not loading.. i have configured below thingsSource:...
View ArticleHow to install the same solution in both 14 and 15 mode programmatically...
How to install the same solution in both 14 and 15 mode programmatically without using powershell command like following code in Sharepoint 2013.SPFarm farm = SPFarm.Local;SPSolution solution =...
View ArticleEasy way to show more fields when creating a new article page
Hello,I'm trying to find the correct solution on how to add a new page to the "pages" library where I make sure users fill in the correct fields.The optimal solution would be that the "add a page" link...
View ArticleSharePoint Foundation 2013 - FBA Custom Login Page
Hi, i am trying to enable FBA in SharePoint Foundation 2013 and it works fine for default login page but when i try to create custom login page ( which is already working without any problems...
View ArticleHow to import the shrepoint webpart inside the document library?
Hi, I have a scenario to import the sharepoint webpart from source to destination. These webparts are present in the document library webpart pages. I have converted the document library as a .stp...
View ArticleSharePoint 2013 + Visual Studio 2012 Debugging extremely slow
Hi,We're running Windows Server 2012, Visual Studio 2012 and SharePoint 2013 in VMWare Workstation virtual machines. We've noticed that debugging SharePoint server-side code is extremely slow. This...
View ArticleWaitForFieldChange Acitivity
Hello, i'm using SP2013 and VisualStudio2012 to define a Workflow. I'm using a WaitForFieldChange Activity that requires as input an ItemGuid field that represent the Guid of the row on which the...
View ArticleTags and Document Library
HelloI want to create tags for few documents in my document library. And then I want to show those tags on my Home page. So if someone click on one tag, it should show documents which has that specific...
View ArticleSearch result webpart customization of the Display template using javascript
hi,i have pretty much followed this tutorial for the sales report from this link. But also used the search result webpart on a few different webpart pages for an easy access for my boss and some...
View ArticleChanging SPHourlySchedule makes the timerjob run over and over
I'm trying to make a timerjob on a sharepoint server, that also needs built-in retry functionality. Basically, the timerjob should run each night at 2 am, but if it fails, it should retry 3 timers with...
View ArticleShare list between 2 sites in sharepoint 2013
I have site and sub site and thing I want to achieve is share list between those 2.Situation: In parent site I have list "Departments" with 2 columns "Title"(Default column type) and "Boss" (Person or...
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 ArticleGetting "Installation Error" while uploading app through Napa!!
I have been getting "Installation Error" while uploading app in Napa tools. I don't know what issue it showing. I have been struck in this for last few days. Please let me know how can this error be...
View Article"Installation Error" while running NAPA SharePoint 2013 online App
Hi,I am trying to create a new SharePoint App using NAPA. However whenever i am running the project i am getting the "Installation Error" message.Any help would be appreciated.Thanks,Nishant...
View ArticleSharePoint 2013 dynamic Navigation for Site
Hi All,I am building a site in SP 2013 and have a question on the navigation. Initially we will have 4 items in the global navigation as: Page 1 Page 2 Page 3 Page 4 Now, based on the user selection, I...
View ArticleUploading bigger files using CSOM
Hi,whenever i try to use this codevar myFile = new FileCreationInformation(); myFile.ContentStream = doc.ContentStream; using (ClientContext ctx =...
View Article