Welcome to MSDN Blogs
Sign in
|
Join
|
Help
Jukka on MOSS
Blabla on MOSS and WSS - hopefully. Code samples - propably
This Blog
Syndication
RSS 2.0
Atom 1.0
Search
Tags
C#
caching
extend website
Feature not installed
laptop install
List Schema
longhorn
MOSS
Object Model
sharepoint
sharepoint 2007
SP2
SPField
SPListItem
SSL
win2k8
windows 2008 server
Windows SharePoint Services 3.0 Tools: Visual Studio 2005 Extensions: feature
WSS 3.0
Archives
April 2009 (1)
March 2008 (1)
February 2008 (1)
September 2007 (1)
April 2007 (1)
March 2007 (2)
Browse by Tags
All Tags
»
SPField
(RSS)
C#
Object Model
SPListItem
WSS 3.0
Friday, March 23, 2007 8:17 PM
How to access fields in a listitem through object model?
In a nutshell : SPContext .Current.Web.Lists[ "Documents" ].Items[0][ "Title" ].ToString();
Posted by
jukka
|
1 Comments
Filed under:
WSS 3.0
,
C#
,
Object Model
,
SPListItem
,
SPField