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.
Thursday, December 20, 2012
Subscribe to:
Post Comments (Atom)
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-...
-
If we get this error while trying to get http reponse using HttpClient object, it could mean that certificate validation fails for the remo...
-
While querying for events in a list which fall under a specified time period, the infopath form works correctly in client side editor, but ...
-
To download a file from web api 2 controller method, the approach described in this article works well: http://stackoverflow.com/question...
No comments:
Post a Comment