Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to deal with dropdownlist problem
Message
De
29/10/2004 10:11:25
 
 
Information générale
Forum:
ASP.NET
Catégorie:
Formulaires Web
Divers
Thread ID:
00955764
Message ID:
00955778
Vues:
22
Try this:

Dim _index As Integer
Dim _Item As New ListItem(DS_Products1.Tables(0).Rows(selIndex).Item("SupplierCode"))
_Item.Value = _Item.Text
_index = Me.DropDownList1.Items.IndexOf(_Item)
DropDownList1.SelectedIndex = _index
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform