标签:new ad type table sp as c value
如果不需要绑定字段,只需要显示列表
cmb_Type.Items.AddRange(new object[] {"姓名","年龄","性别"});
Datatable dt = getDataTable();
cmb_Type.Displayname = column1;
cmb_Type.ValueMember = column2;
cmb_Type.DataSource = dt
标签:new ad type table sp as c value
原文地址:http://www.cnblogs.com/JohnnyBao/p/3909367.html