Sharepoint UpdateList Method : Newly created Columns are not visible.
- by Pari
Hi,
I worked on code .It is working successfully.
But Problem i am facing is:
New Columns are not visible in List ( I tried with With Setting Required = "TRUE" ).
I tried with compairing Field Value of Both Visible and No-Visible Columns.
Difference i found is : Visible Columns (Created Manually) doesn't contain Version value.
wereas columns i am creating have it.
So i tried with passing null value to "ndVersion.Value".
But it is still not working and automaticaly putting some value to version.
Can you help me out in this?
I tried Solution given Here .
But it din't Worked again. :(