M
mike
How do i do the following:
lbCountries.SelectedValue = "826";
lbCountries.SelectedValue = "840";
Basically i've set the selectmode to multiple and want to select multiple
values of the listbox on databind.
the problem is this only selects the last row "840" -- i would imagine this
would happen because i'm just replacing the value of selectedvalue. Does
anyone know how to select multiple values?
thanks all in advance
Marc
lbCountries.SelectedValue = "826";
lbCountries.SelectedValue = "840";
Basically i've set the selectmode to multiple and want to select multiple
values of the listbox on databind.
the problem is this only selects the last row "840" -- i would imagine this
would happen because i'm just replacing the value of selectedvalue. Does
anyone know how to select multiple values?
thanks all in advance
Marc