how can i write code for radio buttons in visual c#.net?
deepankar
Initialize two radio buttons:'Yes' & 'No' in the windows form:
private System.Windows.Forms.RadioButton rdbtnNo;
Next when you double click on either of two radio buttons you will see the below code will appear in vs 2003 editor:
{
}
that's all.happy coding