I want to rename a column (field) of some list with C#. How do I do this? Resetting 'Title' property or something else doesn't work.
+1
A:
There's some sample code for changing the title of a column here:
Robert Harvey
2010-01-30 01:27:36
A:
Make sure you update the field by calling its Update() method after setting the value. Can you post your code?
Paulus E Kurniawan
2010-01-30 05:45:50
+1
A:
Do you want to change the actual column name or change the display title?
The first is not possible.. (unless you delete and re-create the column). The display title yes, like the others said.
ArjanP
2010-01-31 01:29:46