Skip to main content

Posts

Showing posts from August, 2018

Create a Custom Layout for SharePoint 2016 and Upload to the Page Layout Library– Part 2

My first article I have explained about a creation of Basic Share Point  Page Layout. http://melick-rajee.blogspot.com/2018/07/sharepoint-2016-create-custom-layout.html By referring above article you can create a simple Page Layout as below. <%@ Page Language="C#" Inherits="Microsoft.SharePoint.Publishing.PublishingLayoutPage, Microsoft.SharePoint.Publishing,Version=15.0.0.0,Culture=neutral,PublicKeyToken=71e9bce111e9429c" %> <%@ Register TagPrefix="SharePointWebControls" Namespace="Microsoft.SharePoint.WebControls" Assembly="Microsoft.SharePoint, Version=15.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" %> <%@ Register TagPrefix="WebPartPages" Namespace="Microsoft.SharePoint.WebPartPages" Assembly="Microsoft.SharePoint, Version=15.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" %> <%@ Register TagPrefix="PublishingWebControls" Namespace="Microsof