2012年12月30日
摘要: private void btnCount_Click(object sender, EventArgs e){label1.Visible=true;progressBar.Visible = true;progressBar.Minimum = 0;progres... 阅读全文
posted @ 2012-12-30 16:41 swarb 阅读(676) 评论(0) 推荐(0) 编辑
摘要: 将DataTable转换成List泛型集合助手类,这个类我放在了Entity实体类层中:[csharp] using System; using System.Collections.Generic; using System.Linq; using System.T... 阅读全文
posted @ 2012-12-30 13:28 swarb 阅读(108) 评论(0) 推荐(0) 编辑
摘要: 性能是考量一个控件产品好坏的重要指标,与产品的功能有着同等重要的地位。用户在选择一款控件产品的时候基本都会亲身试验比较同类产品的性能。作为选购那个控件重要因素之一。控件的性能指什么降低内存消耗在控件开发中,内存消耗一般作为次要的考虑,因为现在的计算机一般都拥有比较大的... 阅读全文
posted @ 2012-12-30 12:50 swarb 阅读(111) 评论(0) 推荐(0) 编辑
摘要: //把数据放到DataTable中DataTable c_dtDtTble = null;public DataTable GetDataSet() { SqlConnection conn = new SqlConnection(connectionString... 阅读全文
posted @ 2012-12-30 01:25 swarb 阅读(171) 评论(0) 推荐(0) 编辑