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:
00941666
Views:
7
>>
>>ddl.Items.IndexOf(ddl.Items.FindByText(etc.)
cboTarget.SelectedIndex _
>	= cboTarget.Items.IndexOf( _
>		cboTarget.Items.FindByValue( _
>			cValueToFind))
Houston;

Thank you very much for your help. I finally got it to work!

I placed a label at the end of my subroutine and it had the correct value. With debug on the values were incorrect. So I placed the code after the bind! LOL! There is much to learn and now I can show others how to do this correctly.

Tom
Previous
Reply
Map
View

Click here to load this message in the networking platform