代码改变世界

阅读排行榜

递归树形加载

2016-07-04 11:19 by wentianshehu, 179 阅读, 收藏,
摘要: public void AddTree(string ParentID, TreeNode pNode) { if (ds.Tables.Count > 0) { DataView dvTree = new DataView(ds.Tables[0]); //过滤ParentOrgID,得到当前的所 阅读全文

多类型数据库操作类-工厂类

2016-07-21 22:49 by wentianshehu, 177 阅读, 收藏,
摘要: // // 作 者:文渊// 日 期:2012/03/06// 描 述:介绍本文件所要完成的功能以及背景信息等等// using System;using System.Collections.Generic;using System.Linq;using System.Text; namespac 阅读全文

列表控件

2016-07-21 23:04 by wentianshehu, 151 阅读, 收藏,
摘要: using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Linq;using System.Text;u 阅读全文