I would just like to ask for help in C#, I am currently learning to code in C#..
I have values in my Mysql Database, for example position, it's data is codes, ( 104, 105, 111,) etc. its code have each corresponding position. (104-Manager, 105-Senior Manager, 111- Supervisor), on my combobox.
I am currently on the issue that I need to update the position of an existing employee..
I need to get the value of the employee that i want to change the position then pass it on the combobox.. displaying its Description/position(manager,supervisor,Sr. Manager) using the valuemember/pcode.. Thanks in advance.
And also the combobox that i have created is bound to a datasource..