I have a comma separated string (A,B,C) in a column of gridview.
I have to select the row of gridview and display the contents in respective separate textboxes.
I did all but I am facing problem in reading (A,B,C) and display in a CHECKBOX LIST where A, B,C will be checked.