Two radio buttons, far apart

G

Guest

Hi;

I want to have two radio buttons that are both in cell 0 of subsequent rows
of a table. But in row 0 of the table in cell 1 I have another pair of radio
buttons. These two pairs are totally distinct.

How can I set this up?
 
E

Eliyahu Goldin

If you are talking about server-side radio buttons, they have property
GroupName that sets the group the buttons belong to. If your pairs of
buttons have different GroupName, they want interfere.

Eliyahu
 
G

Guest

Hi;

What do you mean by server-side? Isn't a radio button by definition on the
client?
 
E

Eliyahu Goldin

I mean server control System.Web.UI.WebControls.RadioButton as opposed to
the html control <input type=radio...>. The lattest are link with property
"name".

Eliyahu
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,766
Messages
2,569,569
Members
45,042
Latest member
icassiem

Latest Threads

Top