Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
ListIndex vs SelectedIndex
Message
De
14/02/2005 10:07:29
Dave Sonier
Technologies Nter inc.
Gatineau, Québec, Canada
 
 
À
Tous
Information générale
Forum:
ASP.NET
Catégorie:
Autre
Titre:
ListIndex vs SelectedIndex
Divers
Thread ID:
00986634
Message ID:
00986634
Vues:
105
Hi,

With the ComboBox...

What is the equivalent code of ListIndex in Vb.Net ?

I tried SelectedIndex property but it's not work. I still see the text in the combobox.

Here's my code...

'Fill ManPowerCtrl
With ManPowerCtrl
.DataSource = mManPowerDal.GetManPowerAvailableByCriteria(mManPowerDate, mManPowerShift).Tables(0)
.DisplayMember = ManPowerDAL.ManPowerEmploye
.ValueMember = ManPowerDAL.ManPowerIdEffectif
.SelectedIndex = -1
End With


Thank in advance...
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform