The GetItem method of spinner requires the item index.. but I want to supply the item text instead.. is that possible?
If the items are few then I can use the View's drop-down list.. but if the list is long then I want the user to also enter
the item text directly in an EditTextView and on Button1_Click the item should be selected in the Spinner.
The error in entering the value is very limited since it is only for the customer ID number.
(Pseudo code)
Sub Button1_Click
Spinner1 = EditText1 IF the value in EditText1 matches an item in Spinner1
End Sub
Thanks in advance