M
Mark L. Breen
Hello All,
I have a selected index for a combo, which I percieve to be the best value
to use when programitically maniplating combos.
What I want to be able to do is retrieve the Selected Value for a given
Selected Index
It may be just me, but I have found the whole selected value, selected text
and selectindex to be troublesome to work with.
Is there a recommend way to retrive the Selected Value?
The way I am currently have to do it it
cbo.SelectedIndex = intIndex
intValue = cbo.SelectValue
But this does not always seem to work and sometimes I find that the selected
value is null.
Any advice would be appriciated, thanks
Mark
I have a selected index for a combo, which I percieve to be the best value
to use when programitically maniplating combos.
What I want to be able to do is retrieve the Selected Value for a given
Selected Index
It may be just me, but I have found the whole selected value, selected text
and selectindex to be troublesome to work with.
Is there a recommend way to retrive the Selected Value?
The way I am currently have to do it it
cbo.SelectedIndex = intIndex
intValue = cbo.SelectValue
But this does not always seem to work and sometimes I find that the selected
value is null.
Any advice would be appriciated, thanks
Mark