Hi, whilst I use the spinner selection to navigate and retrieve data from my sql lite database, I have a search facility which works in retrieving the data but I need to set the Spinner.selecteditem to the Item searched on, is this possible?
All Items in the Spinner are text, i.e.
Item1
Item2
Item3
etc
so if I search for something out of the database with Item27 and it returns the data I need to set the spinner.SelectedItem to Item27 as the rest of my code, the buttons on screen work off the spinner.SelectedItem,
many thanks
All Items in the Spinner are text, i.e.
Item1
Item2
Item3
etc
so if I search for something out of the database with Item27 and it returns the data I need to set the spinner.SelectedItem to Item27 as the rest of my code, the buttons on screen work off the spinner.SelectedItem,
many thanks