Does anyone have TinyMCE or another Rich Text Editor working with Dynamic Data?
I've tried to implement TinyMCE; but, it doesn't work???
Jennifer
Hi Jennifer, have a look at this post http://forums.asp.net/p/1339079/2707458.aspx#2707458 where jwize is using the FreeTextBox.
Hope this helps [:D]
What problem does it have?
Typically the problem people have with rich HTML editors in ASP.NET is that you need to turn the ValidateRequest off for the page because ASP.NET will throw errors on the HTML being posted back.