Ask a Question related to ASP.NET General, Design and Development.
-
Sean #1
RadioButton and Keyboard Controls
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.
--
Thank You,
Sean
Sean Guest
-
Radiobutton + Imagelink
Hello. I've somehow managed to make radiobuttonlist work, but I can no longer use it. I have to add an ImageLink to each radiobutton, and this... -
radiobutton and datagrid
hi, I have a datagrid. i want the user to select a row, and only one row. so i created a template column where i placed a radiobutton...... -
RadioButton question
Hello all.. the radiobuttons execute the code in the command whether I select OK or Cancel.. How can I execute on ok only? I have the following... -
Get value of radiobutton in a datagrid
How can i get the value of the selected radiobutton in a DataGrid i try in many ways like lstSuppliers.FindControl("rdSelect") but i didn't get... -
keyboard controls and autocomplete for Field member
it's managable, I don't know of any canned behavior that would be suitable, odds are custom code would have to be whipped up. is the autocomplete... -
Sean #2
Re: RadioButton and Keyboard Controls
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 ...
?
"Ray Dixon [MVP]" <ray@NOSPAM.greeble.com> wrote in message
news:OE2gUKgVDHA.1984@TK2MSFTNGP11.phx.gbl...[url]http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpref/html/[/url]> Hi Sean,
>
> Have you checked out the WebControl.AccessKey property? Docs here:
>
frlrfSystemWebUIWebControlsWebControlClassAccessKe yTopic.aspkeyboard,>
> You have to use Alt+<selected key> but I think it will do what you're
> looking for.
>
>
> --
> Ray Dixon - Microsoft MVP
> [email]ray@NOSPAM.greeble.com[/email]
> (remove NOSPAM. from my e-mail address for a direct reply)
>
>
> "Sean" <nospam@> wrote in message
> news:%23qzvs8fVDHA.2340@TK2MSFTNGP10.phx.gbl...
> 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 thepick> as i am firing a sql based on the selection, i can't seem to be able to> 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.
>
>
> --
> Thank You,
> Sean
>
>
Sean Guest



Reply With Quote

