checkbox and radio button
can i access more than one radio button or checkboxes at a time?
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
VulpesPosted Aug 4, 2014, 9:08 AM
http://www.devmanuals.com/tutorials/ms/aspdotnet/radiobutton.html
There's not much point studying a CheckBox example as they just behave how you'd expect (i.e. they can be checked independently) but, if you like, you can add a couple to the example code to show that this is in fact correct.
Mohit PandeyPosted Aug 5, 2014, 12:00 AM
Ankur JainPosted Aug 4, 2014, 11:59 PM
as Sanjay singh and vulpes said we can only access or select one radio mutton at a time but in check box we can select multiple options....take a look at that
http://www.cowirrie.com/blog/2012/07/what-is-the-difference-between-a-checkbox-and-a-radio-button/
Mohit PandeyPosted Aug 4, 2014, 7:45 AM
VulpesPosted Aug 4, 2014, 7:43 AM
However, whether a CheckBox can be checked is not affected by the status of other CheckBoxes.
Sanjay SinghPosted Aug 4, 2014, 7:34 AM
we can access only one radio button at a time, but more than one checkboxes.