jmb
How to save Checboxes values into single column?
Without code I cant help you a lot.
But I assue you could do a onchange event listener.
Which would call a function like AddToList(ChangeEventArgs cea)
then you could take the value from the event argument like this
and then just yourList.Add(value);
31 replies