// archives

SharePoint

This tag is associated with 1 posts

SharePoint 2007 Test Data Population Tool

The SharePoint 2007 Test Data Population Tool(SPTDataPop) is available as a command-line executable utility which generates test data in a jiffy. This tool might be useful for performance and load testing for your project.

SHAREPOINT DESIGNER 2007 IS NOW FREE!

Microsoft is now offering its Office SharePoint Designer 2007 for free. As  of today it selling for $200+ on on Amazon.
Here is the download link on Microsoft for SharePoint Designer 2007.

Set the SharePoint Welcome Page through code

You might end up with this requirement quite often to set your custom page as a welcome page for site/subsite instead of default.aspx provided by SharePoint.
Its quite a tedious job to set up default pages manually when you have more than 10 site/subsites. Its pretty easy to do it programmatically. Here is how:
public [...]

Programmatically Delete all items from a SharePoint List

At times we want to delete all the items from a SharePoint List. Here are some excellent solutions to delete all the SharePoint list items efficiently.
Below is the PurgeList method from Keith Richie which does an excellent job of Purging items in a list. Here is a CodePlex tool and  one more solution to [...]

SharePoint - Add or Delete Site Column reference from Content Types

Content type does not contain a column, or field. It only contains a reference to a site column or field. Therefore you should create a site column before you can add it to the content type definition.

Review of: SharePoint Content Deployment Wizard

The SharePoint Content Deployment Wizard from Chris Obrien is a excellent tool for SharePoint 2007 content deployment.

Using STSADM.EXE to Create Empty Site Collection

There are situations when we want to create empty site collection, like when your content deployment job is failing due to conflicting content. In these cases STSADM.EXE comes handy.
STSADM.EXE is the only means to create a completely empty site collection.

List of 10 useful SharePoint Tools from CodePlex

Here are some really useful SharePoint tools available at CodePlex. I have tried some of these tools while others in the list seems to be popular and worth checking.
CodePlex is Microsoft’s open source project hosting web site.

    Locations of visitors to this page
View Praveen Modi's profile on LinkedIn

Recent Comments

  • D Baldassarri: Hello Praveen I apologize if this is a reduntant question. I have a List, when the list is created I...
  • Tanuj Kumar: Check this helpful link…. http://mindstick.com/Articles/ 19b8cf75-6d2e-4504-8840-718...
  • sanjeev: Hello i want to upadate all the items of a column.I need to apply one formula for upadating the...
  • pankaj: Thanks a lot.Though i m already done with it.will try this too.
  • Sandeep: Here’s correct way to do it http://snahta.blogspot.com/201 1/09/deleting-all-items-from-l ists.html