D
David Hirschfeld
Using VB.NET 2003, I have developed a website with
extensive use of various validator server controls.
Pages on which validator controls are used, a summary
validator control is also used. I have enabled client
script along with IE dialog box display for the
validation error messages. This all works great on my
development system, which is IIS 5, .NET 1.1. When I
install these same pages on my web host (a third party
hosting company who also uses IIS 5 and .NET 1.1) the
client side scripts don't run. I have backup server
validation logic to defend against this problem, but I
would like to avoid the round trip when a client script
should be able to notify a user of a data input error.
Anybody have an idea why this might be happening?
extensive use of various validator server controls.
Pages on which validator controls are used, a summary
validator control is also used. I have enabled client
script along with IE dialog box display for the
validation error messages. This all works great on my
development system, which is IIS 5, .NET 1.1. When I
install these same pages on my web host (a third party
hosting company who also uses IIS 5 and .NET 1.1) the
client side scripts don't run. I have backup server
validation logic to defend against this problem, but I
would like to avoid the round trip when a client script
should be able to notify a user of a data input error.
Anybody have an idea why this might be happening?