摘要:
private void Button1_Click(object sender, System.EventArgs e) { DataSet ds = new DataSet(); string filepath = Server.MapPath("test.xml"); ds.ReadXml(fil... 阅读全文
posted @ 2006-04-26 09:32
05web.NET
阅读(242)
评论(0)
推荐(0)