Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Drop Down List behavior
Message
General information
Forum:
ASP.NET
Category:
Other
Miscellaneous
Thread ID:
00940045
Message ID:
00940772
Views:
15
>>
>>ddl.Items.IndexOf(ddl.Items.FindByText(etc.)
cboTarget.SelectedIndex _
>	= cboTarget.Items.IndexOf( _
>		cboTarget.Items.FindByValue( _
>			cValueToFind))
Houston;

Update:

With debug on, the value of cboTarget.SelectedIndex is always 0. However, the value of the variable (cValueToFind) corresponds to a desired value displayed by cboTarget. With a SelectedIndex value of 0 needless to say the record displayed in cboTarget is the BOF. Do you have any ideas?

Tom
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform