Dusty
Dusty

Reputation: 2189

Code Editor control for ASP.NET

I am aware of the Rich Text box controls, but I'd like to know if there are any controls I can use for users to enter C# code (with intellisense if possible)?

Thanks!

EDIT: Still looking for one

Upvotes: 1

Views: 1194

Answers (1)

Wyatt Barnett
Wyatt Barnett

Reputation: 15673

Intellisense in a browser is a real, real tall glass of water to pour. But there are some decent syntax highlight options out there -- I'm partial to MarkItUp! myself.

Upvotes: 1

Related Questions