M
matt
hello,
what is the most-effcient manner to set the selected-item of an
existing dropdownlist, when you only have the text (not the value) of
the to-be-selected-item?
currently, this is what im doing:
ddlIFoo.SelectedValue = ddlIFoo.Items.FindByText(theText).Value;
thanks!
matt
what is the most-effcient manner to set the selected-item of an
existing dropdownlist, when you only have the text (not the value) of
the to-be-selected-item?
currently, this is what im doing:
ddlIFoo.SelectedValue = ddlIFoo.Items.FindByText(theText).Value;
thanks!
matt