Objective In this article, I am going to explain, how to insert multi user or more than one user in Share point list. About SharePoint list where value would be inserted There is a list called TestingUser. There is one column in list called UserTest. This column is of type Person or Group. Allow multipleContinueContinue reading “Multiple user insertion in SharePoint list”
Author Archives: Dhananjay Kumar
Parent Child Content Type using SharePoint Object Model
Objective In this article, I am going to show how programmatically Content type could be fetched. How we could manage parent child relationship of the Content types. Explanation Step 1 I have created two Site Content types. Note: To see how to create Content type sees my other articles on this site. TestParent is parentContinueContinue reading “Parent Child Content Type using SharePoint Object Model”
Programming SharePoint List
Objective In this article, I am going to show how we could work with SharePoint items using object model or in other words using .Net code. I will show you How to add item into the SharePoint list? How to retrieve item from the SharePoint list? How to update item into the SharePoint list? HowContinueContinue reading “Programming SharePoint List”
Walkthrough on Configuring SSP in MOSS 2007
Objective This article will give walkthrough step by step to how to configure SSP in MOSS 2007. Step 1 On the SharePoint administration home page, click the Application Management tab. Step 2 Now from Office SharePoint Server Shared Services click on Create or configure this farm’s shared services. Step 3 From Managed this Farm SharedContinueContinue reading “Walkthrough on Configuring SSP in MOSS 2007”
Removing/Hiding the Web Part Title in SharePoint through Code
Objective This article is on very simple topic. In this article; I am going to show how to hide Web Part’s title in SharePoint through code. Note Even this requirement of hiding WebPart title sounds relatively easier task but believe me I gave my 3 hours solving this. Step 1 Create Web Part Create newContinueContinue reading “Removing/Hiding the Web Part Title in SharePoint through Code”
Theoretical introduction of SSP in MOSS 2007
Objective This article will give an overview of Shared Service Provider in MOSS. This will list out few of advantages of SSP and how they fit into MOSS architecture MOSS adapts a three tier architecture Web Server at front These are simple web servers These are used for load balancing These are used for FaultContinueContinue reading “Theoretical introduction of SSP in MOSS 2007”
Basic SharePoint terms
Web Application This is an IIS web site configured in SharePoint to provide content or services such as workflow. Excel calculation service etc. This works on Http Handler like ASP.Net 2.0 This allows for logical separation of SharePoint content. Each web app runs under a different process on the IIS web server. These were the Virtual serverContinueContinue reading “Basic SharePoint terms”
Adding Sequential Workflow to a document library of a SharePoint site using Visual Studio 2008.
Objective Core purpose of this article is to explain, how to attach and debug a sequential workflow using Visual studio 2008(using object model) to a document library of a SharePoint site. In this article, I will discuss How to create a Sharepoint Site How to create Document Library inside that How to add custom propertiesContinueContinue reading “Adding Sequential Workflow to a document library of a SharePoint site using Visual Studio 2008.”
Site Theme
Site Theme is a way to control Look and Feel of a SharePoint site. It uses Cascading Style Sheets(CSS files) to define how the site looks. There are default 18 Site Themes. Master Pages are the other way to change Look and Feel of site. Site Theme changes color schemes of entire site, whereas MasterContinueContinue reading “Site Theme”
Site Definition in SharePoint
Site Definitions are the foundations on which all sites and user templates are built. Site Definition is collection ox XML and .aspx file. Site Definitions are predefined components needs to be included when a site was created in SharePoint server. Site Definition contains information of Web Part , Lists, Features and navigation bars to beContinueContinue reading “Site Definition in SharePoint”