Failing required field validator when text is typed in

  •  08-08-2005, 11:36 AM

    Failing required field validator when text is typed in

    I am having issues using the editor with a .NET RequiredFieldValidator control. When I type anything into the editor, I always get at least one saying the field is required.

    Steps to reproduce
    1) Go to http://cutesoft.net/example/Validator.aspx
     
    2) Type anything into the text box
     
    3) Click submit, notiice message that says The body field is required!
     
    4) Click submit again, page now shows the text you typed in.
     
    Thanks
View Complete Thread