What to do when you try to execute a SPSiteDataQuery and sharepoint returns this error m essage: "The query cannot be completed because the number of lists in the query exceeded the allowable limit". You should, limit the scope of the query
Read More...
When you want to create a masterpage you should start with the Minimal.master page up on MSDN. It's a basic master page. It has everything you need in a masterpage, but no look and feel. You can then go and add everything you need. http://msdn2.microsoft.com/en-us/library/aa660698.aspx
Read More...