摘要:
1、什么是ArrayListArrayList就是传说中的动态数组,用MSDN中的说法,就是Array的复杂版本,它提供了如下一些好处:动态的增加和减少元素实现了ICollection和IList接口灵活的设置数组的大小2、如何使用ArrayList最简单的例子:ArrayListList=newA... 阅读全文
posted @ 2014-07-30 14:19
语讷言拙
阅读(150)
评论(0)
推荐(0)
摘要:
可以使用Items属性private void GetData() //一下数据均为测试{toolStripComboBox1.Items.Clear(); DataTable dt = new DataTable(); using (SqlConnection conn = new SqlConn... 阅读全文
posted @ 2014-07-30 14:18
语讷言拙
阅读(1123)
评论(0)
推荐(0)
浙公网安备 33010602011771号