According to the SharePoint API documentation, those are both ReadOnly properties.
Mahes (November 30, 2007 3:35 am)
I tried using the peopleeditor in my code..But I am not able to run my code..Pls help me..
macoy (January 2, 2008 7:12 pm)
Hi,
How can I modify the sharepoint people editor such that the look of it will be a textbox and beside it is the Book (the Browse button) without the CheckNames icon…
Thanks, saved me some time, and works very well
Regards, Carsten
Hello,
I would like to know how can we modify the Created By And Modfiied By field of share point lists from .net.
I tried to modify like
listItem["Created By"] =”domain\ffff”;
but it is throwing ther error — “Invalid data has been used to update the list item. The field you are trying to update may be read only.
Please clarify if u have come across.
Thanks
According to the SharePoint API documentation, those are both ReadOnly properties.
I tried using the peopleeditor in my code..But I am not able to run my code..Pls help me..
Hi,
How can I modify the sharepoint people editor such that the look of it will be a textbox and beside it is the Book (the Browse button) without the CheckNames icon…
thanks,
Macoy
Not sure. Did you look at the MS docs? As a last resort, you could javascript hide it. Something like:
document.getElementById(’element_name_that_you_want_to_hide’).style.display = ‘none’;