Tagged Questions
1
vote
0answers
150 views
How to change ControlMode of SharePoint:FormField control on postback (it changes only after the second postback)
I have a control in my ASPX file and a button to do postback:
<SharePoint:FormField ID="MyID" runat="server" FieldName="Title" ControlMode="Edit"/>
<asp:Button ID="MyButton" runat="server" ...
