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:
00941666
Vues:
6
>>
>>ddl.Items.IndexOf(ddl.Items.FindByText(etc.)
cboTarget.SelectedIndex _
>	= cboTarget.Items.IndexOf( _
>		cboTarget.Items.FindByValue( _
>			cValueToFind))
Houston;

Thank you very much for your help. I finally got it to work!

I placed a label at the end of my subroutine and it had the correct value. With debug on the values were incorrect. So I placed the code after the bind! LOL! There is much to learn and now I can show others how to do this correctly.

Tom
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform