Hi,
I have added five radio button template columns in WebGrid. The radio button id is different for each radio button. In each row, I will select only one radio button at a time. I given group name, but it was not working.I will get data from data base to bind in grid. How can i bind to radio button. i used this code "<asp:RadioButton ID="RadioButton1" GroupName="mei" Checked='<%# DataBinder.Eval(Container.DataItem, "MEC_Rating") %>' runat="server" /> " But i was throw exception.
Pls help me with u r solution.
By
Nanjundamoorthy M.