Check Box's

Hi Folks,

I have one issue with the check box’s

How we can select only one check box instead of multiple check box’s, it is similar to Radio button’s. Have already selected one check box then if i go to second one, immediately the first check box should be disable. Can any one please help out

Thanks in Advance

Sree

Subject: Check Box’s

Is there a reason you aren’t using radio buttons? After all, the whole point is that Check boxes are for one or more selections, and radio buttons are for only one selection.

Why cause yourself unnecessary programming when the correct control is already there for you to use?

IMHO, I think that creating sets of check boxes where only one box can be ticked, or sets of radio buttons where multiple options can be selected creates a bit of a confusing user experience.

Emily.

Subject: Check Box’s

Can you do an onExit of the first one - or actually the 2nd one that states if the 2nd one has data then blank out the 1st one?