Tuesday, August 26, 2008

Create a Sorted Task List

I recently created a sorted task list and I thought I would share. This particular task list sorts the 'Critical' tasks first, the past due, and then the standard. For this excerise I chose to use the Grid View control.





The trick here was to break down the list into two queries. First I used CAML to extract the 'Critcal' and then created a new one for the rest.





For a complete copy of the code, visit the WSS Classroom link that is available on the right panel of this site.
Turn the OOB Task List ....
To something with some color ...

0 comments: