I have created a form using VS.NET 2003 and included sever ASP.NET control validators. It works fine on IE, but not on Netscape. I did a little digging as well as writing a custom validator on the server side. It appears that the validation on the server side is not happening. As long as .NET detects IE it includes the JavaScript validation, but on Netscape the JS validation is left out and not validation is processed. This is happening on two seperate WinXPPro machines with .NET Framework 1.1 installed. Thanks in advance, JG.