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

Popular posts from this blog

monitor web browser programmatically in Android? -

Shrink a YouTube video to responsive width -

wpf - PdfWriter.GetInstance throws System.NullReferenceException -