[ASP.net] A free HTML Editor Control that works with AJAX
FreeTextBox used to be my favorite and I use it without second thought every time when I need it but not anymore because it doesn’t play nicely once you place it inside the <update> panel for Ajax. Without doing it, I can’t use the modern modal popup for data update form.
Luckily, ASP.net Ajax control toolkit already includes a HTMLEditor for you to use. However, from the testing I have done, it doesn’t seem to be working properly in Chrome. Besides that, its lack of paragraph style format also made me not to use it at the…
