Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Drop Down List behavior
Message
Information générale
Forum:
ASP.NET
Catégorie:
Autre
Divers
Thread ID:
00940045
Message ID:
00940772
Vues:
16
>>
>>ddl.Items.IndexOf(ddl.Items.FindByText(etc.)
cboTarget.SelectedIndex _
>	= cboTarget.Items.IndexOf( _
>		cboTarget.Items.FindByValue( _
>			cValueToFind))
Houston;

Update:

With debug on, the value of cboTarget.SelectedIndex is always 0. However, the value of the variable (cValueToFind) corresponds to a desired value displayed by cboTarget. With a SelectedIndex value of 0 needless to say the record displayed in cboTarget is the BOF. Do you have any ideas?

Tom
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform