少尉

嗯。

 

2010年8月11日

完全版c#读xml

摘要: http://www.360doc.com/content/07/0119/00/17598_336467.shtmlc# 完全版 阅读全文

posted @ 2010-08-11 11:51 moonvan 阅读(250) 评论(0) 推荐(0)

C#不使用DataSet操作XML,XmlDocument读写xml所有节点及读取xml节点的数据总结

摘要: 下面使用C#来操作XML,注意这里不使用DataSet来操作,DataSet操作确实很方便,但是如果读取某一节点等等数据时就不太好了,所以本文介绍的是XmlDocument读写xml所有节点及读取xml节点的数据,开始吧。读: //打开某文件(假设web.config在根目录中)string filename=Server.MapPath("/") + @"WebApplication1\web.... 阅读全文

posted @ 2010-08-11 10:55 moonvan 阅读(2090) 评论(0) 推荐(0)

导航