Hello everybody i would like some help for the following issue:
I want to populate a ComboBox with values from an Access DB Table everytime it initializes.
I 've done all the connections right(datasets,adapters etc...).
I have written the following code which i got from the .NET Help but it doesn't work:
this->comboBox1->DataSource = this->dataSet41->Clientz;
this->comboBox1->DisplayMember = S"Name";
There are no errors but no results too!
Please Help
Thanks in advance
I want to populate a ComboBox with values from an Access DB Table everytime it initializes.
I 've done all the connections right(datasets,adapters etc...).
I have written the following code which i got from the .NET Help but it doesn't work:
this->comboBox1->DataSource = this->dataSet41->Clientz;
this->comboBox1->DisplayMember = S"Name";
There are no errors but no results too!
Please Help
Thanks in advance