摘要: 在NavBarControl控件的LinkClicked事件中使用e.Link.Caption就可以获得点击项的名称 阅读全文
posted @ 2013-08-29 18:46 程路 阅读(235) 评论(0) 推荐(0)
摘要: string tulipath = Application.StartupPath + "//tuli.xml";//xml路径 XmlDocument xmlDoc = new XmlDocument(); xmlDoc.Load(tulipath);//加载xml XmlNode root = xmlDoc.SelectSingleNode("//root");//寻找root节点 string groups = ""; if (root != null) { groups = (root.SelectSingleNode(&qu 阅读全文
posted @ 2013-08-29 17:16 程路 阅读(321) 评论(0) 推荐(0)