show/hide this revision's text 2 added 8 characters in body

the textarea HTML tag is one of the most unpleasent tags to work with and I'm not 100% sure if the client-side validator will support it, regardless of whether it's a WYSIWYG or not.

I think you'd be best off using a CustomValidator and writing the JavaScript which does the checking manually.

Alternatively you can debug though the JavaScript which is used with FireBug or VS 2008.

show/hide this revision's text 1

the HTML tag is one of the most unpleasent tags to work with and I'm not 100% sure if the client-side validator will support it, regardless of whether it's a WYSIWYG or not.

I think you'd be best off using a CustomValidator and writing the JavaScript which does the checking manually.

Alternatively you can debug though the JavaScript which is used with FireBug or VS 2008.