Monday, February 21, 2011

Good silverlight startup vide

1. Create simple controls
2. Bind data
3. Use WCF service to pull data from database.


http://www.silverlight.net/learn/videos/all/build-your-first-silverlight-web-application/

Tuesday, February 8, 2011

SharePoint 2007 modify edit alert templates

http://blogs.msdn.com/b/sharepointdeveloperdocs/archive/2007/12/07/customizing-alert-notifications-and-alert-templates-in-windows-sharepoint-services-3-0.aspx

http://blogs.msdn.com/b/sharepointdeveloperdocs/archive/2007/12/14/how-to-customizing-alert-emails-using-ialertnotificationhandler.aspx

Monday, November 22, 2010

SharePoint subsite size

Easily get subsite using sharepoint designer. This is helpful when you need to estimate backup/restore and import/export activities.

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