>

A sample text widget

Etiam pulvinar consectetur dolor sed malesuada. Ut convallis euismod dolor nec pretium. Nunc ut tristique massa.

Nam sodales mi vitae dolor ullamcorper et vulputate enim accumsan. Morbi orci magna, tincidunt vitae molestie nec, molestie at mi. Nulla nulla lorem, suscipit in posuere in, interdum non magna.

SPIisWebsiteUnprovisioningJobDefinition Error while deleting a Web Application in SharePoint

The following error might occur while deleting a web application in SharePoint “An object of the type Microsoft.SharePoint.Administration.SPIisWebsiteUnprovisioningJobDefinition named “Unprovionsing PWN” already exists under the paren…

Integrate SharePoint 2007 and CRM 3.0 (SQL 2005)

The CRM List Web Part can be downloaded from the below link. http://www.microsoft.com/downloads/details.aspx?FamilyId=BC9B3526-DECF-4057-A530-91840C0D5401&displaylang=enThough this webpart was developed for the earlier version of SharePoint, it can…

Shrink SharePoint content database size

To free up the SharePoint Content Database space, you can use the following SQL commanddbcc shrinkdatabase(WSSContentDatabaseName)

Auditing in SharePoint

You can enable auditing at the site collection level, to enable monitoring the following in SharePoint 2007 Documents opened Documents downloaded List items viewed List item properties viewed Items edited Document checkout Document check in I…

Creating a custom activity in workflow and using it in SharePoint Designer to implement Item level permissions in SharePoint 2007

Item level permissions can be implemented in sharepoint 2007 using either the SharePoint object model or the by using the out of the box features. Programmatically providing item level security in sharepoint 2007 can be implemeted either by using event…

Implementing ASP.Net AJAX in MOSS 2007

DescriptionTo implement ASP.Net AJAX in MOSS 2007 environment. Technology Used Microsoft ASP. NET AJAX, MOSS 2007 Steps involved in implementing AJAX in MOSS 20071. Install ASP.NET AJAX on servers in your farm 2. Download the full “ASP.NET 2.0 AJ…