![]() |
radiobutton validation
Hi! can anyone tell me how can i apply validation that one of the radio button must be selected among three radio buttons.
It is quite easy to handle it through radiobuttonlist but the format appear in list. Please provide code in C#. thanx |
Re: radiobutton validation
If you make one selected then there is no way user can go without making a selection.
|
Re: radiobutton validation
Yes, but i want that none of them should be selected, and the validation enforce user to select any one by himself.
|
Re: radiobutton validation
Check for the value of them and atleast should be one.
|
Re: radiobutton validation
Like :
Code: C#
|
| All times are GMT +5.5. The time now is 00:52. |