Monday, October 25, 2010

Wednesday, October 20, 2010

CQWP ItemXslLink XSL

SharePoint 2007 CQWP ItemStyle and XSL properties need to be set to a relative path if the root site collection is under /sites managed path.

else it adds dot s and slash in the xsl property after pointing to a valid xsl file in itemxsllink property.

/../../Style Library

hence set itemxsllink to /sites/sitename/style library and everything should work fine.

Friday, October 15, 2010

Hide ListViewWebpart toolbar

http://www.etechplanet.com/blog/addingremoving-toolbar-from-custom-listviewwebpart.aspx

ListViewWebpart custom filter

http://sharepointlinks.blogspot.com/2008/05/listviewwebpart-my-own-filter.html

Monday, September 27, 2010

Wednesday, September 1, 2010

OOTB SharePoint Approval Workflow Task Edit

Solution:
http://blogs.msdn.com/b/malag/archive/2009/05/20/how-to-programmatically-complete-approval-workflow-task.aspx

Monday, August 23, 2010

Sharepoint URL field Cannot complete action

When declaring a URL field using xml definition do not use StaticName attribute otherwise it will not allow you to add the site url field to a list !!