PDA

View Full Version : unselect all?


Techno
05-01-2006, 08:07 PM
Hi.
I am wondering on the client side using a server control, if it is possible to unselect the rest of the radio buttons selected (in a datalist - using ASP.NET) and only select the item selected?

so if we have 5 records showing, each record has a radio button, when selected, i only want to select 1 of them, not all.

thanks

Piperwolf
05-02-2006, 01:34 PM
yah, all the radio buttons have to be the same name, then by default, only one can be selected

Techno
05-02-2006, 02:51 PM
but how do we do this?