Yesterday I spent many hours trying to solve what should have been a simple issue - grouped views in a SPGridview. I was building a web part that used an embedded SPGridview - this was part of a template I created used by a TemplateBasedControl which...
A client asked me today how to create a view filtered so that only items that where missing their Start Date, Due Date, or both. First, create a calculated column DatesMissing with the following formula: =NOT(AND(ISNUMBER([Start Date]),ISNUMBER([Due Date...
I wrote a byline that was picked up by Redmond Developer News, about using SharePoint as a platform for general web application development. Jump Starting Web Application Development — With the release of Microsoft Office SharePoint Server (MOSS) 2007...