Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

EVENTS

Status
Not open for further replies.

angelslena

Programmer
Apr 5, 2004
1
GB
Hi,
How could I change the value of a column in a document library.
I've got the testing column on a document library, when I click change I want to change the value of the testing column.

SPWeb site=listevent.Site.OpenWeb();
SPFile file=site.GetFile(listevent.UrlAfter);
file it points to the document that I want to change.
How can I access the testing column and change the value?


Thanks
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top