D
David
I want to get the Sel_142's multiple item's value,
and put them in an array.
if ( !Sel_142.Multiple )
vo.CA142 = Sel_142.Items[Sel_142.SelectedIndex].Value;
else
{
Sel_142.Items.....
}
thanks for your kind advice.
David.
and put them in an array.
if ( !Sel_142.Multiple )
vo.CA142 = Sel_142.Items[Sel_142.SelectedIndex].Value;
else
{
Sel_142.Items.....
}
thanks for your kind advice.
David.