Sometimes you may be asked to create a DataGrid in ASP.NET
with multiple radio buttons that can be selected by each row. For example, a
user may ask for the option to reject, accept or cancel a product from a list
of received products. Take a look at Figure 1.
Figure 1
The question is: Is it easy to do it in ASP.NET? Yes, it is
easy and the answer is provided in this article.