Code: Select all
<cb:HtmlEditor runat="server" id="txt_Description" Width="450" Height="200px" ToolbarSet="Inline" MaxLength="1000" ViewStateMode="Enabled" EnableViewState="True"/>
If I remove the UpdatePanel, it's works flawlessly and the value is exactly what it should be on postback.
What am I missing?
The UI experience is so much better when it's inside an UpdatePanel and modal popup. I just hate to walk away from this and have to build a separate page just for adds and edits.