Is the non ms browser issue fixed in .NET 2.0?.

Hi,

Recently a question came up in our development team which relates to the fact that .NET 1.1 does not emit better required-field javascript for Netscape. This i know was a issue in .NET 1.1 and the following article is an explanation of that.

http://aspnet.4guysfromrolla.com/articles/051204-1.aspx

My question is if anyone knows if this has been addressed in .NET 2.0 and if there is now better support for non ms browsers in .NET 2.0?. Can anyone please shed some light?.

Thanks

[938 byte] By [Meher] at [2007-12-16]
# 1
Microsoft did some work in that area: http://lab.msdn.microsoft.com/productfeedback/viewfeedback.aspx?feedbackid=bc7d86c7-b700-48f9-a273-2f924bb43182

Have you tried out the beta 2 for yourself?

DanielRieck at 2007-9-9 > top of Msdn Tech,.NET Development,.NET Base Class Library...
# 2
Meher,

I can confirm that the specific issue in that article is resolved in all calls to RegisterValidatorDeclaration. It uses getElementById instead of document.all. After quickly looking over the WebUIValidation.js script (which has been embedded into System.Web.dll making the fix in your link more complicated) it seems that it has been fixed there as well.

David

DavidBanister at 2007-9-9 > top of Msdn Tech,.NET Development,.NET Base Class Library...

.NET Development

Site Classified