Focus on differnt radio boxes lists client side
.NET (Core and Framework)
2
Posts
2
Posters
0
Views
1
Watching
-
Can you please brief up little more.. If you are trying to check the radio box list using javascript, it can be done as: for(var i = 0; i < radioLength; i++) { radioObj[i].checked = false; if(radioObj[i].value == newValue.toString()) { radioObj[i].checked = true; } where add all the radio button objects to radioobj object. Hope this helps.
-Manognya __________________________________________________ $ God gives what is best.Not what all you wish :)