문제

I have a textbox, which has RegularExpressionValidation connected with it, and also has ontextchanged function autopostback is true.

Now the case is if RegularExpressionValidation failed, it will show error text in 1 second and disappeared, then do the ontextchanged function.

How can block textchanged, if validation is failed?

도움이 되었습니까?

해결책

I figure my RegularExpression has some error, after I fixed it, it is solved.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top