DropDownList set SelectedIndex from db

 try { 

tBox17.SelectedIndex = tBox17.Items.IndexOf(tBox17.Items.FindByValue(reader["ProcessType"].ToString())); 

} catch (Exception) { }

留言

熱門文章