I am using fckEditor in a .NET 2.0 webform. I'm trying to validate the fckEditor to ensure the user enters something. I have tried using the RequiredFieldValidator, however this isn't working. I'm aware I can check the fckeditor.value = "" directly, but I want to remain consistent with the other controls on the form that are using the RequiredFieldValidator. Anyone know how to accomplish this?
Thu, 01/26/2006 - 09:19
#1