I get a java script error on Internet Explorer when changing the index of a drop down list control inside a form. the error is: __EVENTTARGET is null or is not an object The code is auto generated by the framework library
views:
55answers:
2
A:
Are you using MS Ajax? I had the same problem with VS 2008 so I downloaded the latest version of Ajax framework and Ajax Control Tookit and then it seemed to be working fine.
azamsharp
2009-08-19 21:20:29
I tried but the error persists :(
Rogerio Torres
2009-08-20 13:49:34
Important information: that error occurs only when EnablePartialRendering="true"
Rogerio Torres
2009-08-20 13:51:03
A:
the problem was in a tag of the html that didn't has close tag.
Rogerio Torres
2009-08-20 21:17:55