Good day...
I have a data that I want to edit using dropdown box.
example:
select name,gender from people
take the values in a textbox:
name: <dropdown box> -- I can use the dropdown box to change my selection
gender: <dropdown box> -- I can use the dropdown box to change my selection
Question:
1.) what code can I use to search for the selected name in the database and put it in a dropdown box together with its other names in the database so that I can change it.
Thank you very much!