It seems the HtmlEditorExtender is adding a '&' when users enter '<' or '>':
* '>' ==> '&>'
* '<' ==> '&<'
Thanks for your help.
Configuration:
* IE 10
* VS2013
* .Net 4.5
* Web site with web forms
Comments: Thanks for your reply. This appears when the user do a postback of the webpage. When the system gets the value in the textbox, it appears that the text is not the text entered by the user and some '&' characters were added to the text. I can't make a screencast yet, but I'll take a look at this.
* '>' ==> '&>'
* '<' ==> '&<'
Thanks for your help.
Configuration:
* IE 10
* VS2013
* .Net 4.5
* Web site with web forms
Comments: Thanks for your reply. This appears when the user do a postback of the webpage. When the system gets the value in the textbox, it appears that the text is not the text entered by the user and some '&' characters were added to the text. I can't make a screencast yet, but I'll take a look at this.