c# ; VB.NET. //Bind the data source to combo box control List<State> list = GetData(); sfComboBox1.DataSource = list; //Bind the Display member and Value ...
確定! 回上一頁