0

I have a multiselect list where on double click of an item I am appending the description and id to respective separate strings. finally it would be like string description = "desc1,desc2,desc3"; string ids="id1,id2,id3"; these description and id's are placed in an input box.now my requirement is to delete any of the choice which is already selected by pressing the backspace key on the input box.

enter image description here

For an example if user wants to remove 'Wood 44*44' from description then it should remove the description as well as its corresponding id as well.how to achieve this scenario.

eshaa
  • 386
  • 2
  • 7
  • 26
  • please explain your question...and what you have tried – Lijo Jan 29 '14 at 08:40
  • please share your code here.. – Priya jain Jan 29 '14 at 08:41
  • i am looking for an suggestion to delete the description when the user enters backspace.I may not require the full code here.but expert idea could guide me on how to approach.I am thinking about the difficulties when the user put the pointer in between the string and starts to delete. – eshaa Jan 29 '14 at 09:05

0 Answers0