D
daokfella
The onchange event fires when using the arrow keys in a dropdownlist.
Is it possible to delay the autopostback so I can allow users to use
the arrow keys on a dropdownlist with autopostback set to "true"
without it posting back on every single arrow press? I see that the
_DoPostBack is used with a setTimeout using 0 as the number of
milliseconds. Is it possible to tweak this value?
Jason
Is it possible to delay the autopostback so I can allow users to use
the arrow keys on a dropdownlist with autopostback set to "true"
without it posting back on every single arrow press? I see that the
_DoPostBack is used with a setTimeout using 0 as the number of
milliseconds. Is it possible to tweak this value?
Jason