I am binding to a SqlDatasource which contains tow fileds 'name' and 'val', when PageLoad,I hope to select one of the items via 'val' value.but it's not work. here is my code:
int index = RadComboBox3.FindItemIndexByValue(reader.GetString(4).ToString().Trim());
RadComboBox3.SelectedIndex = index;
do you have good idears? thanks