Ok i have a dropdown list that stored a text field of a username and then the value is a user ID
I need to be able to access the currently selected text field but the only thing i can seem to do is the selectedValue which is actually the userID
how do I get what the selected TextField is so it reutns somthing like "Bob" when Bob is selected.
Thanks, any suggestions welcome
I need to be able to access the currently selected text field but the only thing i can seem to do is the selectedValue which is actually the userID
how do I get what the selected TextField is so it reutns somthing like "Bob" when Bob is selected.
Thanks, any suggestions welcome
Comment