ASP.Net Validation is not running in Mozilla and Netscap

  • Thread starter Thread starter msnews.microsoft.com
  • Start date Start date
M

msnews.microsoft.com

Hi Every Body,
I have build the website in asp.net using
vb.net. I use the asp.net validation controls for client side validation.
When I run the site in Internet Explorer, It
run properly and every validation is working properly.
When I run the site in Mozilla and NetScap,
The Asp.net validation is not work properly.
What I have to do for making it compatible
with other browsers.

Regards,

Muhammad Jamil Nawaz
 
hi Muhammad Jamil Nawaz

As far as i am aware of the client side Validation controls do not directly
work in non IE browsers they just work at server side.

check this link

http://blogs.msdn.com/scottgu/archive/2004/11/09/254583.aspx

Also in this link check the feedback about using browsercaps by Patrick
he claims that making changes in the browser caps section will enable client
side validations for non IE browsers too

******************************
Hope this helps

Shaun, M.C.P
http://blogs.wwwcoder.com/shaunakp
******************************
 
Back
Top