Archive for the ‘WSS 3.0’ Category

This article is to address one of the very common errors in SPList which most of the SharePoint developer face while working with SPList object. Let me try to explain the scenario first and the error. Let’s say we have a list name Registration which when submitted some kind of action item need to execute. [...]

Tuesday, June 30th, 2009 at 15:51 | 1 comment

In a large SharePoint environment like running with 10 servers (including DB and indexing servers) and terabytes of data, the challenge is how to mange the system. What are the roadblocks and how to achieve a smart resolution so that SharePoint application consistently performed well, raise less critical issue and increase the productivity of the [...]

Monday, June 22nd, 2009 at 17:34 | 0 comments
Categories: SharePoint, WSS 2.0, WSS 3.0

To send email from SharePoint is very simple like ASP.NET process. You need to use the name space Microsoft.SharePoint.Utilities.SPUtility and call the SendEmail() method.

Sunday, June 7th, 2009 at 07:47 | 4 comments
Categories: SharePoint, WSS 3.0