List
Pages:
1
| 2
| 3
| 4
Next >
SharePoint & InfoPath articles arranged by category
To show different ways to retrieve lists: 1) RETRIVING CURRENT LIST 2) RETRIVING LIST BY ‘TITLE’ 3) RETRIVING LIST BY ‘ID’ ... [read more]
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]
OBJECTIVETo show different ways to retrieve lists: 1) RETRIVING CURRENT LIST 2) RETRIVING LIST BY TITLE' 3) RETRI... [read more]
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]
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]
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]
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]
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]
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]
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]
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]
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]
Create Sharepoint 2010 List Programmatically with custom fields Code Behind:- SPSite _site; SPWeb _myWeb; bool gTemplateExists = false; string _strList ... [read more]
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]
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]