2011年3月31日
摘要: /// <summary> /// xml文件路径 /// </summary> private const string CATAGORYXML = "~/TreeView.xml"; private const string BOOKLISTURL = "BookList.aspx?typeid=";protected void btnMakeAll_Click(object sender, EventArgs e) { xmldocTree.Load(Server.MapPath(CATAGORYXML)); xmldocT 阅读全文
posted @ 2011-03-31 18:58 志神Soft 阅读(190) 评论(0) 推荐(0)