Removing item from a comma delimited string when removed from list view
Posted
by
Yogender Siwach
on Stack Overflow
See other posts from Stack Overflow
or by Yogender Siwach
Published on 2012-09-18T15:19:24Z
Indexed on
2012/09/18
15:37 UTC
Read the original article
Hit count: 176
c#
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 view and want it so that the text box containing the comma delimited string should also change and remove that item from the string.
Is it possible?
© Stack Overflow or respective owner