0
Answer

How to bind data to radio button using databinding() method in C# windows forms?

Atul Pote

Atul Pote

12y
2k
1
I have employee form in that  i am storing all employee information. In that form i have one groupbox in which two radio buttons rdoMale & rdoFemale, at the time of data saving i select male & all data displays into datagridview & when select that saved record from datagridview & all record display on form into their controls, that time i have not bind gender data to radio button using Databinding(). so please give me solution on it....

thanks,
atul.....