How to set mySQL data source for combo box (C#)
问题 I am a beginner at C# and am having some serious issues setting the data source of a combo box. What I want to have happen is as follows: I want the combo box on my C# windows forum to be populated with the string names in just one column of a table in my mySQL database. The mySQL table has the following format: river_id, river_name, ....... (other columns) _____________________________________________ 1 river1 2 river2 3 river3 4 river4 5 river5 6 river6 What I want to happen is have the