I am using the htmleditor control, and I want to set a maximum length on the contents. Is that possible?
Also, I want to be able to edit the source html of the contents - that is, if I have to put in an IMG tag, I want to be able to do that. It seems that you can't, you have to paste pictures of images into the content. If I have to, I could write an asp.net page that displays all images stored on my website, and lets them be copied/pasted into the editor control, but that seems excessive.
Thanks.