I have a table in SQL Server 2008, where for each value id, I have inserted a list of values with comma delimited.
So In the front end, when I select a particular id from the DropDownList, I want to retieve the comma delimited values separately into to a ListBox.
Hope my question is clear. Kindly help…
Try this
OR
There are also answers on SO that shows how to convert CSV to table and am sorry for not asking which SQL database you are using
UPDATE