Forum Moderators: open

Message Too Old, No Replies

about auto post back

         

amir_iiui

10:16 am on Jun 24, 2005 (gmt 0)

10+ Year Member



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?

TheNige

10:43 pm on Jun 24, 2005 (gmt 0)

10+ Year Member



Don't use the autopost back feature or put in your own javascript to post back when the dropdown list is changed.

Is it really important for it to validate?