2009年11月2日

TreeView无级级绑定

摘要: private void InitTree(TreeNodeCollection Nds, string parentId) { TreeNode tmpNd; IList<ProClass> rows = ProClassService.SelectParent(int.Parse(parentId)); foreach (ProClass row in rows) { tmpNd ... 阅读全文

posted @ 2009-11-02 16:44 韩显川 阅读(159) 评论(0) 推荐(0)

导航