I want to make a more generic editor control for ASP.NET whereby I can use the same events / common code across any editor on my site. Has anyone got any experience / insight into this?
+2
A:
Are you talking an Rich-text / HTML editor? You might want to check out some of the available options first:
- CodePlex's Rich Text Editor
- FCKEditor (They have an ASP.NET integration pack)
- YUI Rich Text Editor (Use YUIAsp.Net to integrate with ASP.NET)
These options are all (I believe) open source and a good basis to move forward. I'm sure there are others.
Keltex
2009-04-09 15:03:10