Share via


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-

Here is the sample code, SPWeb web = new SPSite("https://karthick64:4040/").OpenWeb(); SPField...

Date: 01/10/2007

How do you add a new Site Column to a Content Type using the MOSS object model? Here is the sample...

Date: 01/08/2007

SharePoint's Webs webservice can be used to add/delete/update site columns. Unfortunatley MSDN/SDK...

Date: 01/02/2007

Unfortunately MCMS 2002 Site Manager doesnt allow you to rename the resource gallery item. In some...

Date: 12/20/2006

Here you go for the sample code. try { //create imaging web service object localhost.Imaging img =...

Date: 12/13/2006

Problem Background : When you enable "user must change password at next logon", then the...

Date: 12/13/2006

Open the Site definition folder. If you use default Site definition, STS, then open the folder from...

Date: 12/13/2006

If you install a wppack by using stsadm with slash "/", then you will not be able to uninstall it by...

Date: 12/13/2006

To enable all rights at the virtual server level vServer.Config.Properties["virtualserverpermsmask"]...

Date: 12/13/2006

There are two methods, SaveChanges and SaveProperties provided by WSS which sometimes misleading...

Date: 12/13/2006

Problem : You are localizing the SharePoint web parts. You localiz display text and custom property...

Date: 12/13/2006

Consider the following scenario. You installed WSS in Account Creation Mode. If a user forgets their...

Date: 12/13/2006

The following code will fail if the user doesnot have Admin previlage SPRoleCollection RC =...

Date: 12/13/2006

PROBLEM:You cannot add NT Authority domain and Authenticated users in MCMS 2002 Site...

Date: 12/13/2006

PROBLEM========Getting “Unable to cast object of type system.net.filewebresponse to type...

Date: 12/13/2006

Here you go for the steps to enalbe your custom fields to search. Step 1: Add the custom column...

Date: 12/13/2006

The following is the sample code snippet for how to differentiate workspace site and team site. Also...

Date: 12/13/2006

Consider the following scenario. You enabled SSL for your SharePoint Site. You pass a Fully...

Date: 12/12/2006

PROBLEM: The field values are invisibile when you update field's Meta Data through Front Page RPC...

Date: 12/11/2006

When you edit a site in front page and and specify the register tag for the user control as <%@...

Date: 12/05/2006

When you connect to MCMS 2002 DB in DCA you may get either SQL DMO needed / SQL SMO required error...

Date: 12/01/2006

Its pretty simple and straight forward. ;). The web part menu has been handled by the...

Date: 11/30/2006

· Install Windows Sever 2003 SP1 with IIS 6.0 · Install SQL Server 2000 / 2005 · Install Visual...

Date: 11/30/2006

Getting the following error when I deploy my webpart by using Visual Studio 2005 extensions for...

Date: 11/30/2006

Here you go for the sample, SPWeb MyWeb = new...

Date: 11/28/2006

Microsoft.SharePoint.Navigation API allow us to add new link to the quick launch bar of your site....

Date: 11/28/2006

How to create New Feature in WSS 3.0? How to add new menu item under “Site Settings” menu in wss...

Date: 11/28/2006

The following is the sample code snippet to add links to the Sites listing. Unfortunatly this is not...

Date: 05/31/2006

Workaround 1:============ 1. Open the site in FrontPage 2. Open the Lists Folders 3. Open the List...

Date: 04/25/2006

PROBLEM When we use the FQDN name in the SPWeb object, and calls the Add() method, we will get the...

Date: 04/22/2006

Problem: While you create custom list instances on ONET.XML by adding to the configuration section,...

Date: 04/22/2006

Problem: How to persist an object state in to a session variable from custom web part? When you use...

Date: 04/22/2006

Problem : Getting "Class not registered" in Every SCA Tab on configure Resoultion : Re-register the...

Date: 04/22/2006

Out of box SharePoint 2003 doesnt support this functionality which is essential. I found a...

Date: 04/22/2006

Problem: When you install CMS-2002 SP1a and the SQL Server installed in a remote machine, you will...

Date: 04/22/2006

The List definition files can be configured in such a way that the event handler configured...

Date: 04/19/2006

Here you go for the sample code snippets for user management in SPS - //Add users to the portal area...

Date: 04/09/2006

Its hard to search from the SDK to find APIs and methods for the user managment. I have compiled the...

Date: 04/09/2006

I am not sure, how this can be achieved thro' UI. But here, Sharepoint Object model helps us....

Date: 04/06/2006

The example given in the SDK doesnt retrieve all the properties of the list. For e.g., I want to...

Date: 04/06/2006

Unfortunately the sample code to delete the subfolder from the document library is not available in...

Date: 04/06/2006

This is everyone's requirement, but unfortunately we do not have any out of box SharePoint...

Date: 04/06/2006

We could face a problem in searching the special characters by using the GET method. For example, I...

Date: 04/06/2006

The SPFile.Versions API can be used to retrieve the specific version of the document library. I have...

Date: 03/28/2006

I compiled a sample piece of code snippet to add news listings to the news area. //Site object...

Date: 03/27/2006

I came across the following problem in PortalContext API. Say I have created a portal with port...

Date: 03/27/2006

Unfortunately SPS SDK doesn’t provide sample to get the details from the subfolder. I have compiled...

Date: 03/27/2006

Recently I see this problem in SPWeb object. I have configured the alternate header in the onet.xml....

Date: 03/27/2006

912356 - The Web server may stop responding when you try to generate a channel path by using the...

Date: 03/22/2006

Programmatically access "Manage crawls of Site Directory" The Manage Crawls of Site directory is a...

Date: 03/21/2006

Next>