Welcome



Hey!!! Welcome to Visit my Blog!!!

Monday, June 21, 2010

Add more than one “This week in picture” web part in same page of the site then all the web part refers one picture library.

Resolution

This hotfix should fix this issue, http://support.microsoft.com/kb/956056

Configuring MOSS 2007 based Three Form server to search pdf documents - install and configure pdf ifilters

Monday, June 14, 2010

Plan authentication methods (SharePoint Server 2010)

Authentication Types in MOSS 2010, what all improvements basically in Forms based Authentication, Claims and classic auth types.

Please refer http://technet.microsoft.com/en-us/library/cc262350.aspx

Sunday, June 13, 2010

SharePoint JavaScript – Page Load Add function:

In most cases SharePoint pages are based on a master page that contains the “body” element. These content pages can’t directly add a function to the body’s onload event. In order to work around this limitation, SharePoint provides the “_spBodyOnLoadFunctionNames” array. When the body is loaded, the onload event handler executes each function whose name is contained in this array.

SharePoint JavaScript – Page Load Add function-Click Here for View Sample