Search

Accessible SharePoint WebSites
Download ARF

Custom Actions are useful as they allow you to add functionality to a list without having to write any code. Using the UrlAction node of the CustmAction node you can create a link to a page passing the ListID using List={ListId} in the URL. Normal...
Posted by Vincent Rothwell | 22 Comments
Tags: - Code, Samples, Tips, WSS
I have been maintaining a list of SharePoint blogs using the EBE on the left side of my blog for some time now, but haven't kept it as up to date as I should have. With the recent release there have been numerous new blogs hosted and so we have crea...
Posted by Vincent Rothwell | 32 Comments
SharePoint designer can be frustrating, but it is convenient. Allowing you to drag 'n' drop controls into your layout is very useful for the lazy ones amongst us and so it can be useful if your own custom controls are available too. Fortunately Sh...
Posted by Vincent Rothwell | 3 Comments
Its always frustrated me that the list box on the "Create Page" page always shows the content type first with brackets around it. I am always looking for the layout title, but when you have a number of available layouts based on a single...
Posted by Vincent Rothwell | 10 Comments
I had an interesting problem the other day where publishing pages were not being returned from an SPSiteDataQuery query. There was nothing wrong with the CMAL itself and everything should of worked. My problem was with the <Where> clause, whic...
Posted by Vincent Rothwell | 7 Comments