views:

75

answers:

1

Can someone suggest an ASP.NET source code editor control that I can integrate into my web site?

Expected features:

  1. Highlight ASP.NET source code, including server-side code, JavaScript, html, CSS
  2. Intelligent suggesting when typing the code (a la intellisense).
  3. Design View is not required.
A: 

If you're looking for a code editor which you can embed in your product try Actipro Software's Syntax Editor. It is packaged as a basic code editor which can be extended with .NET and Web language add-on packs. It is used in several excellent products including LINQPad.

Nathan Taylor
Thank you, I found the Codehighlighter, http://www.actiprosoftware.com/Products/DotNet/ASPNET/CodeHighlighter/Default.aspxBut it does not support editing
Jerry
The code highlighter does not, no, but the software at the first link above (Syntax Editor) most certainly does allow editing.
Nathan Taylor