How to Programmatically Show or Hide a Modal Popup Dialog with Server Side Code in Share Point 2013

This article shows you how to programmatically show, hide and pass value from a SharePoint 2013 popup modal dialog with server side code

 

How to hide the ribbon in a custom SharePoint page having a Visual Web part shown as pop up / Modal dialog in SharePoint 2013

Call the below mentioned function in Page Load function of the Web part to hide the ribbon row of the page if shown in pop up. This piece of code injects a css into the page to hide the ribbon row based on the way the page is displayed to the user

 

How To Remove Extra Space Around the Web Part In SharePoint 2013

An extra padding of 20 pixel is included by default in SharePoint 2013 for every webpart. This may be inconvenient depending on the scenario how you are displaying the content in your Visual WebPart

 
 

How to resolve Error Value does not fall within the expected range with Exception Microsoft SharePoint SPFieldMap GetColumnNumber

This error System.ArgumentException: Value does not fall within the expected range with exception message Microsoft.SharePoint.SPFieldMap.GetColumnNumber

 

How to use User Name, User Id , Logged in User Id in SharePoint CAML Query

CAML query is used to retrieve data from SharePoint lists. To perform a filter based on Person or User Group or a specific user id follow any of the below approach

 

List of Site Collection and Site Features activated by default in a public facing SharePoint 2013 Site in Office 365

Since there is no Manage Feature option available in public facing site of Office 365, this list will help you to identify the features that are activated by default in Site and Site Collection level

 
 

How to get Image URL from PublishingPageImage field in a SharePoint 2013 or 2010 Sandbox Solution

In the conventional SharePoint 2013 or 2010 farm solution model accepts ImageFieldValue for parsing Image tag. But this approach does not work out for Sandboxed solution

 

How to create a custom property and set a default value in a SharePoint 2013 Visual WebPart

Let us see how to add new custom property to a Visual WebPart in SharePoint 2013 and set a default value to it. Also we can see how to set a drop down as an input parameter for a custom property

 

How to create a new Visual WebPart in SharePoint 2013 with Visual Studio 2012

In this article we can see how to create a new Visual Web Part for SharePoint 2013 with Visual Studio 2012. Follow the bellow steps to create a

 
 

How and where to start developing SharePoint 2013 projects in Visual Studio 2012

This tutorial is targeted for SharePoint beginners who are confused in identifying a starting point for developing application for SharePoint 2013 with Visual studio 2012