Karthick's Blog
That's the secret to life...,replace one worry with another. -This posting is provided "AS IS" with no warranties, and confers no rights-
SharePoint : Add group of users to the user collection programmatically
The sample code as follows. SPWeb web = new SPSite("Site URL").OpenWeb(); SPUserInfo[] userInfo =...
Author: MSDN Archive Date: 03/16/2006
SharePoint : .net 2.0 and SQL Server 2005 Supportability
Windows SharePoint Services (WSS) Support for running on 64-bit systems in 32-bit emulation mode...
Author: MSDN Archive Date: 03/15/2006
SharePoint : Top Area Navigation Drop Down Menu Control
This menu control works based on external JavaScript and CSS file. These files are sample only....
Author: MSDN Archive Date: 03/15/2006
SharePoint : How to programmatically download attachments from the List Items
Note: The following is example code. It is not available in SharePoint SDK SPWeb web = new...
Author: MSDN Archive Date: 03/12/2006
SharePoint : Not getting minimize and other menu options on webparts in personal view.
PROBLEM: Not getting minimize and other menu options on webparts in personal view. RESOLUTION: Set...
Author: MSDN Archive Date: 03/12/2006
Getting File not found exception when you use the SelfServiceCreateSite API to create sites based on the custom web template
PROBLEM: Getting File not found exception when you use the SelfServiceCreateSite API to create sites...
Author: MSDN Archive Date: 03/12/2006
SharePoint : Programmatically setting read-only columns erases the value in the other columns
PROBLEM : The share point list has 2 custom columns and the list has some values in the custom...
Author: MSDN Archive Date: 03/12/2006
Failed --Retrieving the COM class factory for component with CLSID ....
PROBLEM: When you run the .net Code in X64 Environment you will get the following error message. "...
Author: MSDN Archive Date: 02/28/2006
Add Alerts to user at the sub area level
Add alerts at the sub area level is slightly different than adding alerts at the WSS sites. At the...
Author: MSDN Archive Date: 02/13/2006
SPSite / SPWeb object for orphaned sites and web created through VS.net web project
Can we get the SPSite object for a site once the wildcard inclusion is removed? Unfortunately the...
Author: MSDN Archive Date: 02/13/2006
SPWeb.GetFileAsString(URL) causing the problem, and throws COMException, if an XML file size is more than 10 MB
PROBLEM : SPWeb.GetFileAsString(URL) method throws COMException, if we pass XML file and its size is...
Author: MSDN Archive Date: 11/30/2005
Alternate Header configured in onet.xml causes problem in reqacc.aspx page.
When you configure the alternate header in onet.xml and it has dynamic content then the unauthorized...
Author: MSDN Archive Date: 11/17/2005