L
Lee
Is there more direct way of doing this?
Dim LI As ListItem = ddUpdateType.Items.FindByValue("123")
ddUpdateType.SelectedIndex = ddUpdateType.Items.IndexOf(LI)
Not counting the check to ensure that "LI" was actually instantiated,
it's ugly in an otherwise neat group of code lines.
--
Warm Regards,
Lee
"Upon further investigation it appears that your software is missing
just one thing. It definitely needs more cow bell..."
Dim LI As ListItem = ddUpdateType.Items.FindByValue("123")
ddUpdateType.SelectedIndex = ddUpdateType.Items.IndexOf(LI)
Not counting the check to ensure that "LI" was actually instantiated,
it's ugly in an otherwise neat group of code lines.
--
Warm Regards,
Lee
"Upon further investigation it appears that your software is missing
just one thing. It definitely needs more cow bell..."