Hi,
Whether i am using ajax editor or htmleditor extender (with textbox), a <br/> tag adds automatically at the end when i insert anything.
I am not pressing enter or any space after last word.
What is am doing is just before inserting is like this only:
pMessage.Value = Server.HtmlEncode(edtor1.Content.Trim());
and after that insertion.
May i know the reason behind it ?