Browse by Tags

Quick Tip: Storing InfoPath Contact Selector values in SharePoint
17 April 09 11:43 AM
Some time ago now, I published a post entitled Quick Tip: Using the SharePoint ‘Person or Group’ field in code which covered details of how to use the ‘Person or Group’ field type in your custom applications. As I eluded to at the end of that post, one Read More...
Quick Tip: Using the SharePoint ‘Person or Group’ field in code
17 February 09 09:30 AM
One of the coolest types of site column (or field) in SharePoint is the ‘Person or Group’ field type. This allows you to select people from the GAL using a nice little picker control. When users are selected, you benefit from all of the presence capabilities Read More...
Top Tips for InfoPath form development with SharePoint: Part 1
03 February 09 11:00 AM
InfoPath is a great tool that allows you to quickly design and implement browser-based electronic forms which can be delivered as HTML via SharePoint Form Services. Historically there hasn’t been much information available around best practices for development Read More...
Quick Tip: Throwing SPExceptions
21 January 09 11:06 PM
Just a quick note for developers. If you want normal code execution to be terminated and want a useful message to be presented back to the end user on the SharePoint error page, throw an exception that either is of type SPException, or derives from type Read More...
Page view tracker