Sharepoint UpdateList Method : Newly created Columns are not visible.
Posted
by Pari
on Stack Overflow
See other posts from Stack Overflow
or by Pari
Published on 2010-02-05T15:09:10Z
Indexed on
2010/03/22
8:01 UTC
Read the original article
Hit count: 355
c#
|sharepoint2007
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. :(
© Stack Overflow or respective owner