List

 Pages: 1 | 2 | 3 | 4
   Next >
SharePoint & InfoPath articles arranged by category

Rating
 

ECMAScript - How to get lists

Posted by Antonio Lanaro on May 7, 2011

To show different ways to retrieve lists: 1) RETRIVING CURRENT LIST 2) RETRIVING LIST BY ‘TITLE’ 3) RETRIVING LIST BY ‘ID’ ... [read more]

Rating
 

Programmatically attach workflow to List Item of SharePoint List

Posted by Somnath Matere on March 30, 2011

In this article, I will explain how to programmatically attach workflow to list item of SharePoint list. Workflow can be attached to a list while adding new ite... [read more]

Rating

ECMAScript - How to get lists

Posted by Antonio Lanaro on May 7, 2011

OBJECTIVETo show different ways to retrieve lists:   1)       RETRIVING CURRENT LIST   2)       RETRIVING LIST BY TITLE'   3)       RETRI... [read more]

Rating
 

Developing Sustainable Solutions in SharePoint

Posted by GeorgeH on January 23, 2011

Using SharePoint's rich set of capabilities and easy to use site creation and management tools, it makes it possible to throw together a few sites with lists, l... [read more]

Rating
 

Out of Box Timecard and Holiday Lists

Posted by Laura Rogers on February 23, 2011

Title: Out of Box Timecard and Holiday Lists Body: In SharePoint 2010, there's a little-known built in feature. There are list templates that can be used for ... [read more]

Rating
 

Workflow Due Date as Next Business Day

Posted by Laura Rogers on January 29, 2011

Title: Workflow Due Date as Next Business Day Body: In a recent workflow, I was challenged with making sure that when tasks get assigned, they are never due on... [read more]

Rating
 

Retrieving Items from a SharePoint List with subfolders using CAML Filtering

Posted by techdhaan on December 18, 2010

When you run a CAML query to retrieve items from a SharePoint list, make sure that your CAML query tag does not include the <Query></Query> tags. ... [read more]

Rating
 

How to programmatically upload a document in document library and insert metadata in document library

Posted by Somnath Matere on May 31, 2011

In this post I will explained, how we can programmatically upload a document in document library and insert metadata in document library. Following function ca... [read more]

Rating
 

Create a Link to Map an Address

Posted by Laura Rogers on July 15, 2011

Ever wanted to create a link in a SharePoint contact list or InfoPath form to click to view a map of a certain address? This technique is so simple, it will bl... [read more]

Rating
 

InfoPath - Query Specific SharePoint List Data

Posted by Laura Rogers on August 2, 2011

Title: InfoPath - Query Specific SharePoint List Data Body: With InfoPath and SharePoint 2010, one of the awesome new capabilities is that you can query specifi... [read more]

Rating
 

Create Silverlight Applications to Access SharePoint 2010 List Data using Client Object Model

Posted by Somnath Matere on January 25, 2011

In this article, I will create a simple Silverlight 4 application that displays a SharePoint 2010 list data inside a datagrid control. To do so, I need to follo... [read more]

Rating
 

SharePoint 2010: The “What's New” Web Part

Posted by Laura Rogers on December 12, 2010

There is a new out of box web part in SharePoint 2010, that is quite useful!  It’s called “What’s New”, and it shows you the newest items in a pre-set ... [read more]

Rating
 

Create Sharepoint 2010 List Programmatically with custom fields

Posted by Somnath Matere on December 15, 2010

Create Sharepoint 2010 List Programmatically with custom fields Code Behind:- SPSite _site; SPWeb _myWeb; bool gTemplateExists = false; string _strList ... [read more]

Rating

SPListItem.Url is Invalid

Posted by mossipqueen on May 6, 2010

Why SPListItem.Url would return this: /listname/2_.000 is beyond me. I hope there is a darn good reason for it SharePoint, I really do. Anyway, if you actually ... [read more]

Rating

Custom settings for a SharePoint list or library

Posted by Johan Olivier on July 26, 2010

Someone asked me this week if it is possible to store custom settings (configuration) on a SharePoint (WSS 3.0 and MOSS 2007) list or library. Example: You have... [read more]

 Pages: 1 | 2 | 3 | 4
   Next >