Question

When i use RequiredFieldValidator for Validation FCKEditor , The first time that the form gonna submit , RequiredFieldValidator prompt (ErrorMessage) and indicate that FCKEditor is empty , while it isn't . Again if you try to submit the form , It's OK and there is no problem .At this case user have to hit the submit button twice

So i have to disable Client Side validation and validate form just in Server Side code which is not good . Any other solution?

Was it helpful?

Solution

If the RequiredFieldValidator isn't working for you then I suggest writing a little javascript to do the client-side validation. jQuery does this extremely well. There is a popular plugin that makes it a breeze: jQuery Validation plugin

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top