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...