Wednesday, July 19, 2017

Whole page scrollbar in sharepoint

Removing id="s4-workspace" in the masterpage is the easiest way to enable scrollbar on whole page in SharePoint. This works for SP 2013 as well.

Reference: https://stackoverflow.com/questions/2984849/having-whole-page-in-sharepoint-2010-scroll-including-header-and-ribbon

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-...