Thursday, August 1, 2013

Subsites are sorted in global navigation

After creating a custom master page where subsite titles were automatically sorted alphabetically in global navigation menu and pulling out my hair for almost 3 hours I realised that the order can be changed in Site Settings -> Navigation page. Hmmm .. need to take a coffee break :-)

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