↧
SharePoint Get User Profile Properties
Challenge I’ve been working on a project where I needed to show user contact information. As usual, I decided to go the fancy route and implement a tooltip that would display a user’s information when...
View ArticleSharePoint List and LINQ using jQuery and IhttpHandler
Challenge I was looking for a simple way to use jQuery and a few parameters to retrieve data from a SharePoint List in JSON format. Here’s my approach… Javascript In the below method, I pass in the...
View Article