Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Preselect a value in a DropDown list
Message
From
28/07/2003 14:14:18
 
 
To
28/07/2003 10:56:21
Jerry Tovar
Dana Corporation Dana It
Maumee, Ohio, United States
General information
Forum:
ASP.NET
Category:
Other
Miscellaneous
Thread ID:
00814120
Message ID:
00814241
Views:
13
Jerry:

you have to loop through the items and check for the value.


FOR i=0 TO cbo_loc.Items.Count - 1
IF cbo_loc.Items(i).Value = "OH" THEN
cbo_loc.Items(i).Selected = True
END IF
NEXT

HTH

Wes
Previous
Reply
Map
View

Click here to load this message in the networking platform