I m using a dropdown list in a page in my application build in visual studio dot net. When at design time, i set the autopostback property of the dropdownlist to true, then on runtime, it adds a property in the dropdown tag as language="javascript" which is creating complaince problems at w3c validator for HTML 4.0 .
Can some body tell me how to avoid it?