views:

55

answers:

2

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

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
I tried but the error persists :(
Rogerio Torres
Important information: that error occurs only when EnablePartialRendering="true"
Rogerio Torres
A: 

the problem was in a tag of the html that didn't has close tag.

Rogerio Torres