Eric
Eric

Reputation: 8078

Editor Control in asp.net?

alt text http://img81.imageshack.us/img81/3130/editorimage.jpg

Is there any editor control in asp.net like the one above? The one above was created in javascript in asp but I want something similar in asp.net.

Upvotes: 0

Views: 176

Answers (1)

David
David

Reputation: 73564

There is one in the Ajax Control Toolkit http://www.asp.net/AJAX/AjaxControlToolkit/Samples/HTMLEditor/HTMLEditor.aspx

Upvotes: 1

Related Questions