I am trying to submit in an aspx page some formated text through a text box, thus i want to pass Html in the text box in order to save it in the database. Does anyone know any RichText editor for asp .net 3.5 that DOES NOT requires RequestValidation="false" ?
Asked
Active
Viewed 414 times
0
-
Use [CodeMirror](http://marijn.haverbeke.nl/codemirror/) – Bishan Nov 16 '12 at 10:39
-
You can use FreeTextBox. More information here: http://stackoverflow.com/questions/4075917/isnt-dangerous-if-i-set-validaterequest-to-false/10829591#10829591 – Boriss Pavlovs Nov 16 '12 at 12:10