I have a table, which has two columns.
I have loaded the first column data to a list box, and I can search its values using textbox, now I want to fetch a specific value to richtextbox from the second column of my table,when I select a value(item) on the listbox.
So,what's the logic for?
Regards!
What I have tried:
I have searched google, and youtube but could not found any solution.