Radio Buttons are used to select an option from a set of options. From a given set of radio buttons you can select one and only one radio button. Author: Bipin Joshi Code: ASP.NET v1.0 & VB
In ASP.NET environment,This article explains you how to work with RadioButton Web Control.ASP.NET provides two controls such as RadioButton and RadioButtonList.Both Web server controls provide a way for users to select exclusive options. Author: Mohideen Code: ASP.NET v2.0 & C#