WSS / SharePoint: adding filtering capabilities to the CustomListViewWebPart - Filter Chain Fixed

I had a lot of good feedbacks on that SharePoint filtering articles series, the guys that wrote me spotted on a nasty bug on how I was building the chain of filters in CAML.In my code I did something like: <or><eq>...</eq><...


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: adding filtering capabilities to the CustomListViewWebPart (Current User Filter and others)

Two of the biggest limitation of the standard ListViewWebPart is that it’s unable to filter the data using more than one single data provider and that it cannot use multiple values if the provider is capable of providing them (only the first va...


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...


VSeWSS: Unable to start debugging.The web server is not configured correctly

If you ever tried to debug a SharePoint WebPart project created with VSeWSS, you might have faced this problem, and like me you might have lost a lot of time trying to check the IIS configuration following one of the many guides you can find ar...


WSS/SharePoint: Create a Custom ListViewWebPart

The standard ListViewWebPart, while it does a lot of work under the hood, offers quite limited functionalities when it comes to programmatically filter the data: even if you can wire up a filter WebPart that provide multiple values, only the fi...


VSeWSS: how to solve the ‘SecurityException: Access denied’ issue

I started using VSeWSS as a support tool to develop a WSS/SharePoint application and I had to face some common issues. Sometimes when you try to ‘build and deploy’ - hum...this sentence sounds somewhat familiar :D - your solution you’ll get thi...


VSeWSS: how to solve the WebNotFoundException

I started using VSeWSS as a support tool to develop a WSS/SharePoint application and I had to face some common issues. Sometimes when you try to ‘build and deploy’ your solution you’ll get this exception reported (in the detailed log that VSeWS...


Get SharePoint Designer 2007 for Free

Today I was looking to download a trial version of SharePoint Designer 2007 to test it with a project I’ve under development and I discovered that since 31/03/2009 Microsoft is ‘giving it away’ for free. Here’s the link where you can download ...


Windows SharePoint Services - Developing and (Remotely) Debugging a Web Part

Previous articles of this series: Windows SharePoint Services - first setup SharePoint Services - setting up a Website with Forms Authentication There are a lot of tools available to help you build up and deploy new SharePoint solutions, the...


 1 di 2   1  »  Last »