B
Brent
Hi,
I have a C# asp.net app. My validators all worked fine on 2000, and now I
moved my app to 2003 and the validators are not working. I added
if(!IsValid)
return;
as a workaround to my buttons for now so it does it server side or whatever
but I still would like this to work. I saw in another topic someone
mentioned their WebUIValidaton.js had gone missing but mine seems to be
there. Can someone help?
Thanks,
Brent
I have a C# asp.net app. My validators all worked fine on 2000, and now I
moved my app to 2003 and the validators are not working. I added
if(!IsValid)
return;
as a workaround to my buttons for now so it does it server side or whatever
but I still would like this to work. I saw in another topic someone
mentioned their WebUIValidaton.js had gone missing but mine seems to be
there. Can someone help?
Thanks,
Brent