HtmlEditorExtender is breaking my application position by the code bellow. Some woraround can be made?
/// Wraps ASP.NET's WebForm_OnSubmit in order to encode tags prior to submission
this._editableDiv.focus();
Comments: Insert it with script tags at any point in the page AFTER your Ajax script manager
/// Wraps ASP.NET's WebForm_OnSubmit in order to encode tags prior to submission
this._editableDiv.focus();
Comments: Insert it with script tags at any point in the page AFTER your Ajax script manager