How to get comma sepated values of chekboxes in GridView without looping???

Mar 23 2009 2:26 AM

Suppose I have User List 1,2,3,...etc in a row along with checkboxes. And if I select checkbox 1 & 3 then How will I be able to check in code behind that these 2 checkboxes are checked if I click say OK button ???

How to get comma sepated values of chekboxes in GridView without looping???