Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Databinding a Combobox in c#
Message
Information générale
Forum:
ASP.NET
Catégorie:
Formulaires
Titre:
Databinding a Combobox in c#
Divers
Thread ID:
00767936
Message ID:
00767936
Vues:
45
Hi guys,
I have a combo box on a windows form. It is populated with an arraylist
private ArrayList laarraylist
laarraylist = new ArrayList()
laarraylist.Add("Weekly");
laarraylist.Add("Monthly");
laarraylist.Add("Yearly");

ComboBox1.DataSource = laarraylist

I have a Dataset with an integer field. the field can be 1,2 or 3.

How do I bind the data from the dataset to the combobox.

I have tried the foll

ComboBox1.DataBindings.Add(new Binding("Text",ds,"Client.Period"))

when I view the form the Combo box is always displaying the first item (Weekly"). can Anyone see anything wrong with this code. I need your help please .

Regards,

Fred
Fred Besterwitch, MCP

The harder you work. The luckier you get.
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform