This is another control derives from the Toggle Button. It has a different in-built feature that the toggle button doesn’t have. That feature is mutual exclusion, it means if 2 or more radio buttons are grouped together on a form...
Thursday, September 12, 2013
Wednesday, August 28, 2013
How to use RadioButton Control in ASP.NET
The RadioButton Control
Similar to the CheckBox control , a RadioButton control creates a single radio button . The RadioButton control exists within the System.Web.UI.WebControls namespace . The RadioButton controls can be grou...