Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to deal with dropdownlist problem
Message
From
29/10/2004 10:11:25
 
General information
Forum:
ASP.NET
Category:
Web forms
Miscellaneous
Thread ID:
00955764
Message ID:
00955778
Views:
21
Try this:

Dim _index As Integer
Dim _Item As New ListItem(DS_Products1.Tables(0).Rows(selIndex).Item("SupplierCode"))
_Item.Value = _Item.Text
_index = Me.DropDownList1.Items.IndexOf(_Item)
DropDownList1.SelectedIndex = _index
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform