Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Preselect a value in a DropDown list
Message
De
28/07/2003 14:14:18
 
 
À
28/07/2003 10:56:21
Jerry Tovar
Dana Corporation Dana It
Maumee, Ohio, États-Unis
Information générale
Forum:
ASP.NET
Catégorie:
Autre
Divers
Thread ID:
00814120
Message ID:
00814241
Vues:
15
Jerry:

you have to loop through the items and check for the value.


FOR i=0 TO cbo_loc.Items.Count - 1
IF cbo_loc.Items(i).Value = "OH" THEN
cbo_loc.Items(i).Selected = True
END IF
NEXT

HTH

Wes
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform