Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
2745
Validation stops working after postback
posted

Hello!

I am using the webtexteditor and it is connected to a regularexpressionvalidator control.

After the first postback, the validators javascript shecking stopsworking

Steps to reproduce:

1. write some letters in the textbox, like absdef

2. Press tab. you can now see that the validator is working.

3. write the number 1 in the textbox and press tab. the value seems to be ok.

4. Click the button to do a postback.

5. Enter the textbox and write some letters one more time. press tab. the validator doesn't complain

about the input this time...

why is this happening?

i have tested this exact case using an ordinary asp:textbox and it works...

thanks for your help!

/Henrik

Default.zip