I have and UpdatePanel with DropDownList. DropDownList control is set as a trigger for UpdatePanel.
Everything works fine when I change DropDownList selection with mouse. But when I do it with keyboard (like up/down key) request is not issued. How can I address it?
Thanks,Pawel