Wednesday, August 10, 2016

Update pagelayout in SharePoint 2010

If a page layout has some pages associated, it can be replaced in SharePoint 2013 by using ReplaceContent="True" attribute, but this was difficult to achieve in SharePoint 2010.

I found this blog which details an awesome way to replace existing page layout in SP 2010

http://sharepoint.stackexchange.com/questions/20162/how-to-update-custom-master-page-and-page-layout-which-is-already-deployed

No comments:

Regex Email validation in c# dot net core

 Use this regex /^_?[a-zA-Z0-9]([a-zA-Z0-9]*[._+-])*[a-zA-Z0-9_]+@(?!-)[A-Za-z0-9-]{1,63}(?<!-)(\.(?!-)[A-Za-z0-9-]{1,63}(?<!-))*\.[A-...