Problem of Validators in Netscape
Hi,
I am developing a big portal in ASP.NET. In which i have applied many validators in single page. This validators are working correctly in IE. But when i use the same page in Netscape these validators become server side validator. And for my portal it's a big problem. I have searched many places for the solution. But couldn't find any solution. So, if any body knows pls help me out.
Thanx
This is by default included
Thanx for reply.
But whenever you put any validator control on ASPX page it automatically 'webuivalidation.js' will be included on the page irrespective of any browser. Without this file even it will not work in IE. My problem is the validators are successfully working on IE but in netscape validators fires after postback.
Thanx