Hi All,
I am a biginner to
VB.NET. I want to populate a combobox using hand code, from the database but could not succeed yet. I have consulted several books on the topic but no one has a tip on this.
Though some contain the tip as under:
ComboBox1.DataSource = mDS
ComboBox1.DisplayMember = "au_fname"
I put this code in the form_load event of the form, but this simply did not work.
Can anyone help me in this regard.
Many many Thanks to the helper in advance.
Warmest regards
Afzal