Hey there.
i have a listbox thats databound. Now i want to select in that massive list, lets say a sting "dog", i want it to hightligh that word in there. But i cant seem to get it to work with this databound listbox.
Coz i know how to do it if it wasnt databound.
its this
txtCity.Text = listBox1.SelectedItem.ToString();
but this code doesnt seem to work on a databound listbox...
What can i do to fix this??:?:
Thank you.