how to bind data binding source to group radio buttons

Posted on Dot net Slackers See other posts from Dot net Slackers
Published on Fri, 26 Mar 2010 00:00:00 GMT Indexed on 2010/03/26 8:53 UTC
Read the original article Hit count: 287

Filed under:
Hi I am working on windows c# application (visual studio 20008).In my form I have 5 Radio buttons ,grouped by group box. I have to bind this radio button to data binding source. this.rdoptPlus.DataBindings.Add(new Binding("Checked", MemberDefinitionsBindingSource, "UnaryOperator", true)); this.rdoptMinus.DataBindings.Add(new Binding("Checked", MemberDefinitionsBindingSource, "UnaryOperator", true)); i am unable to bind single datacolum to 5 radio buttons,please help me  read more

By masuri suhasini

Did you know that DotNetSlackers also publishes .net articles written by top known .net Authors? We already have over 80 articles in several categories including Silverlight. Take a look: here.



Email this Article

© Dot net Slackers or respective owner