Posted on: 1/31/2015 7:41:00 PM | Views : 758

Hello,
I have a checkBoxList in ASP.NET web form which ListItems are binded from database dynamically from multiple columns of single datatable.
I wanted to give a chance to select only one checkbox at a time and on that checkbox value I want to bind gridView to complete information based on id column.
when I binded checkboxlist from database by default is comes with multiple selection and only lowest index value are found every time.
Please help to solve this
thanks in advanced.

Go to the complete details ...