WSS / SharePoint : filter Users with the PeopleEditor control

Given the ListViewWebPart with advanced filtering capabilities we wrote in the previous articles, we want to extend it again and provide the ability to select which user (or users) we will use to filter our data out. We can just write a simple...


WSS/SharePoint: create a Current User Filter Web Part

In MOSS we can filter some data on the currently logged User using the ‘Current User Filter Web Part’, unfortunately it’s not available in WSS. However building a simple Web Part that retriever the current user and that can be employed as a con...