I have a grid view with multiple select check boxes. I want to return an array of the items that have been selected and put this in a label (comma-separated)
12,34,34,54,54,5
I want it to be parsed and then sent to a query string or send the whole value to the query string.
How do a get multiple selected check boxes and return an array of items?
Try this: