Click here to Skip to main content
15,886,664 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
I had requirement that editor should have only Bold, Italic, Underline tools, so I customized Html editor of ajaxcontroltoolkit by inheriting AjaxControlToolkit.HTMLEditor.Editor class. It works fine but It returns old content after first time.
e.g. I browse the page and write - "ABCD" in editor and click first time on Save button. on server I got "ABCD".

I again change the content of editor to "ABCD MNO XYZ" and click on Save button. On server again get "ABCD".

On the save page with other controls of ASP.Net (e.g. TextBox, DropDownList etc.) this is not problem. and I have not used any update panel on the page.

Please help me.
Posted
Updated 20-Jul-13 22:30pm
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900