摘要:
1.数据库中有个树的表,必须有id和pid这两个字段才能构成树绑定的代码 public void BoundProductTypeToTree(TreeNodeCollection productTypeTree,string root) { foreach(ProductType pt in _productBLl.GetProductTypesByPID(r... 阅读全文
摘要:
1.发现Enterprise Library Configuration已经集成到vs2005里了,可以更方便的配置了,连接池的配置都在高级里面2.每个块就是可加密的,只需改一个属性,哈哈,太爽了 阅读全文