03 2007 档案
ComBoBox 邦定到数组对象的问题
摘要:想把一个对象数组作为combobox的数据源:遇到下面问题。 public static void ComBoxBind(Loader.localhost.ListField[] listFieldArray,ComboBox comBoBox) { comBoBox.DataSource = listFieldArray; //对象数组 ... 阅读全文
posted @ 2007-03-20 12:07 夜风 阅读(989) 评论(2) 推荐(0)