I have a bunch of txtboxes that need to be fill with data from a listbox (read from a txt file).
Here's a scenario:
1. user click on a txtbox
2. user click on an item in a listbox
3. txtbox populate data from user selected item
4. the selected item is gray out or disappear after the populate to the txtbox
Any suggestion on how I could do this?
Thanks.
Here's a scenario:
1. user click on a txtbox
2. user click on an item in a listbox
3. txtbox populate data from user selected item
4. the selected item is gray out or disappear after the populate to the txtbox
Any suggestion on how I could do this?
Thanks.