文章分类 - XML & XLS
根据数据库生成XML页面
摘要:SqlConnection conn = new SqlConnection(); conn.ConnectionString = "Server=127.0.0.1;User ID=sa;Password=fdahgdrethj31313210212121;Database=northwind;Persist Security Info=True"; conn.Open();...
阅读全文
asp.net 对xml文件的读写,添加,修改,删除操作
摘要:using System; using System.Collections; using System.ComponentModel; using System.Data; using System.Drawing; using System.Web; using System.Web.SessionState; using System.Web.UI; using System.Web.UI....
阅读全文
XML遍历所有节点
摘要:XmlDocument xmlDoc = new XmlDocument(); xmlDoc.Load(Application.StartupPath+"\\database\\xmlData.xml"); XmlNodeList nodeList = xmlDoc.SelectSingleNode("datapath").ChildNodes; foreach(XmlNode...
阅读全文
Xcode10
浙公网安备 33010602011771号