angelslena
Programmer
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
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