I've got a button set-up as a default button, meaning its click event fires
when the user hits <Enter>.
This works fine unless a dropdownlist has the focus, in which case nothing
happens. The dropdownlist has AutoPostBack=false.
Do you know whether it's possible to get the <Enter> to do what I want?
