I have a field from a datagrid that contains employee id separated by a comma for example
2,3,22
or
22,3
or
2,3
or
2,44,104
any combination of single double or triple digits separated with a comma
What I need to do is separte each of those ids one at a time and run it through a...