Anyone,
I'm using a page layout to edit fields using InputFormTextBox.
<SharePointWebControls:InputFormTextBox runat="server" ID="RichTextField7" FieldName="development" RichTextMode="FullHtml" Width="100%" TextMode="MultiLine" RichText="true" Rows="25" Columns="50"></SharePointWebControls:InputFormTextBox>
It's not reading/writing the content to the lists.
Do I need a code behind to do this?
M Sariman RKO Business Solutions Inc.