I have a listbox(drop down) with numbers 1 to 100 already populated, I want to append a text box with my choosen selection, which is not a problem with "on selection changed", but where my problem lies, is when I want to select the same number twice.
e.g 1,2,3,6,2,4,2,5,4 is ok
but 1,2,2 is where i get a problem because the selection has not changed, it only shows 1,2
Any ideas ?