获取XML文件中的值
摘要:Web DataTable dt = DAL.LoadSimple("Name");DAL中的代码 public static DataTable LoadSimple(String ToolsName) { XmlDocument xml = new XmlDocument(); xml.Load(BasePage.Request.PhysicalApplicationPath + "XML/Tools.config"); DataTable dt = new DataTable(); dt.Columns.Add("value",
阅读全文
posted @ 2011-06-16 10:19
浙公网安备 33010602011771号