RadioButton and Keyboard Controls

  • Thread starter Thread starter Sean
  • Start date Start date
S

Sean

hi,

I have a radiobutton list
say,
Florida | New York | New Jersey | Texas

the radiobutton list has autopostback set to true, as i fire up some code after one of the radiobuttons are selected.

Now, i want to be able to traverse the radiobutton using only the keyboard, as i am firing a sql based on the selection, i can't seem to be able to pick Texas as a option, because once Florida is highlighted the sql is fired.

is there any way I can traverse the radiobuttons using only the keyboard.
 
i did try to atleast use the hotkey(accesskey) to work with radiobuttons but
it din't ..

one elementary question, i have these radiobuttons, when i use the tab key
to go thru' these elements, it selects it automatically, is that normal ...
?
 
Back
Top