Category: SharePoint
-
Inserting Multiple Rows in SharePoint list using SharePoint 2007 Web Services
Today at work, I come across a very simple requirement to “Insert Multiple Rows in SharePoint list using SharePoint 2007 Services”. Although this is very common problem and you might get much information while binging on same topic. But to benefit of my readers, I decided to go ahead blog post solution of above problem. …
-
Fetching Image from SharePoint 2007 picture library using object model
I thought this is an easy requirement to fetch Image form SharePoint 2007 picture library and bind to a System.Drwaing.Image object. But when I started doing that, I had to give my 3 to 4hrs. So here is the code snippet to fetch images from SharePoint 2007 Picture library. Namespace Required Function to return Image…
-
Fetching lists from SharePoint 2010 site using client object model
Creating the UI 1. Add a label 2. Add a textbox. Give any meaningful name I am leaving default name here. 3. A button. On click event of the button list names will be fetched. 4. A listbox control to bind the lists from SharePoint site. Setting up the environment Right click on the project…
-
Content Editor Web Part in SharePoint 2010
Target Audience : Begineers This articles is targeted to beginners of SharePoint 2010. In this article we will walkthrough 1. Adding a Web part Page 2. Content Editor Web Part on the page. Follow the steps as below, Step1 Open SharePoint site and click on Site Action . From Site Action drop down select more…
-
Silverlight WebPart in Share Point2010 using Client object model
In this article we will walkthrough to create Silverlight WebPart and deploy to SharePoint 2010 sites. We will fetching list items using client object model and bind to the Silverlight datagrid. Step1 Open Visual Studio 2010 and create a new Silverlight project by choosing Silverlight project template from Silverlight tab. Step 2 Add the reference…
-
SharePoint 2010 with Windows 7 Phone
In this article we will retrieve data from SharePoint list and display it Windows 7 phone application. The expected output is as below, Flow Diagram Now we will follow the below steps to perform all above operations. Step 1: Setting up the SharePoint list We have a custom list 1. Name of the list…
-
Enabling JavaScript IntelliSense on Visual Web Part in SharePoint 2010
Open Visual Studio 2010 and create a Visual Web Part project as selecting from SharePoint 2010 tab Now provide name of the site where you want to deploy the web part Click on Validate button to validate the site. If you are able to connect and get below message then we are we are good…