I am working with Gridview control and I am also adding radio button to each row in ASP .NET.Here is something that I would like to accomplish but I am not sure how this should done. The problem is that I have add a muliple datarow insie of the each gridview. Something like below.
So, some cases I have add a row with two rows like the example. And, the ID eventurally will be radio button where user can click. Is there any way i can accomplish this?Thank your help.