Does anybody know of a good free html editor's that works well in most browsers? I'm using visual studio 2005, if that matters.
Thanks, -Tesh
http://www.asp.net/AjaxLibrary/AjaxControlToolkitSampleSite/HTMLEditorExtender/HTMLEditorExtender.aspx - The HtmlEditorExtender is an ASP.NET AJAX Control that enables you to extend the standard ASP.NET TextBox control with support for rich formatting.
or
or
CKEditor is a really nice one. It's not especially for ASP.NET but they have stuff for ASP.NET and even for SharePoint if needed!
From memory it used to work well with UpdatePanels too. And yes it does work well in different browsers.