Removing item from a comma delimited string when removed from list view
- by Yogender Siwach
I'm using a combo box to select an item from a list of 25 items.
The selected item is input in a text box in a comma delimited string. It is updating a list view and showing each item separately by breaking the comma delimited string.
The text box is not visible to users but doing the work in back end. Now I want to remove any item from list…