SharePoint FormField doesn't show the content in ControlMode="Display" -
i use sharepoint 2010 standard edition.
i have custom form creating/editing items, , few fields controlmode="display", like:
<sharepoint:fieldlabel id="customstatuslabel" runat="server" fieldname="customstatus" controlmode="display" /> <sharepoint:formfield id="customstatusfield" runat="server" fieldname="customstatus" controlmode="display" />
when open form, fields in controlmode="edit" displayed properly, customstatus field displayed this:
custom status ["custom status" column value]
strangely enough, saw custom form working on different server...
Comments
Post a Comment