Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
ListIndex vs SelectedIndex
Message
From
14/02/2005 10:07:29
Dave Sonier
Technologies Nter inc.
Gatineau, Quebec, Canada
 
 
To
All
General information
Forum:
ASP.NET
Category:
Other
Title:
ListIndex vs SelectedIndex
Miscellaneous
Thread ID:
00986634
Message ID:
00986634
Views:
104
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...
Next
Reply
Map
View

Click here to load this message in the networking platform