Rich Text control
-
User wants to change the content of web page. They are all non technical guys and they have least knowledge of HTML to begin with. We need a page that exactly works like microsoft word for them so that they do not take a pain of knowing html syntax while editing the content. Problem with using word and saving it as html creates a lot of junk tags like meta tags etc., which we do not want to use it. Any idea on how to tackle this type of scenario ?
-
User wants to change the content of web page. They are all non technical guys and they have least knowledge of HTML to begin with. We need a page that exactly works like microsoft word for them so that they do not take a pain of knowing html syntax while editing the content. Problem with using word and saving it as html creates a lot of junk tags like meta tags etc., which we do not want to use it. Any idea on how to tackle this type of scenario ?
I've found this component works well for what you describe in all major browsers: "r.a.d.editor is the leading WYSIWYG rich-text editor for ASP.NET. It can replace any TextBox with an intuitive Word®-like editor, which enables even non-technical users to visually manage HTML content." http://www.telerik.com/products/aspnet/controls/editor/overview.aspx[^]