Thursday, December 20, 2012

Simplest way to display a sharepoint list view in a custom webpart is add list view webpart first to an aspx page then in sharepoint designer copy xml of the webpart and put it in custom visual webpart.

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