1
Answer

read a comma separated string

Debopriyo Dey

Debopriyo Dey

7y
592
1
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. 
Answers (1)