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. [...]
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 [...]
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.
