Hi, I have recieved some very good feedback here so thanks. Of course
something else has come up. My form is working fine, but i have to do
some data validation. So i put a regular expresson validator on the
page, assigned a control to it. I want numbers so i put in \d{1,6} and
when i put in a letter it returns the error message. So far so good.
But no matter what i do the button events on the page won't fire. Even
when i put in a valid number, the error message goes away (impliing it
worked fine) the button events still do not work. Does anyone have any
idea? I also tried a range validator but the same problem occured.
Thanks.
CsaaGuy - 22 Jul 2005 20:49 GMT
As a note, when i remove the expression validator all the button events
work fine. Thanks
Peter Blum - 23 Jul 2005 16:46 GMT
There is a bug in ASP.NET 1.1 SP 1 which causes this. See this thread for
solutions:
http://forums.asp.net/739537/ShowPost.aspx
--- Peter Blum
www.PeterBlum.com
Email: PLBlum@PeterBlum.com
Creator of "Professional Validation And More" at
http://www.peterblum.com/vam/home.aspx
> Hi, I have recieved some very good feedback here so thanks. Of course
> something else has come up. My form is working fine, but i have to do
[quoted text clipped - 6 lines]
> idea? I also tried a range validator but the same problem occured.
> Thanks.