S
ShaneFowlkes
For some reason, my validator controls stopped working when a form posts.
They seems to work on fields that lose focus but if I submit a form with all
empty fields, not of the required validators catch it and this results in
runtime errors with my code.
It's real standard stuff using .NET 2 (VB). I've stopped and restarted IIS
several times and I even re-registered the NET service using this at the
command prompt:
c:\windows\microsoft.net\framework\v2.0.50727>aspnet_regiss -i
The aspnet_client folder also does exist on the server.
Any ideas?
They seems to work on fields that lose focus but if I submit a form with all
empty fields, not of the required validators catch it and this results in
runtime errors with my code.
It's real standard stuff using .NET 2 (VB). I've stopped and restarted IIS
several times and I even re-registered the NET service using this at the
command prompt:
c:\windows\microsoft.net\framework\v2.0.50727>aspnet_regiss -i
The aspnet_client folder also does exist on the server.
Any ideas?