XML Manipulation
-
Hi friends, I have create reminder application without database so i am using XML. i am new in XML. Please give some example for read,write and append item in XML. manipulation
----------------------------------------------------------------- "Success is When Ur Signature Becomes An Autograph"
-
Hi friends, I have create reminder application without database so i am using XML. i am new in XML. Please give some example for read,write and append item in XML. manipulation
----------------------------------------------------------------- "Success is When Ur Signature Becomes An Autograph"
DataSet ds = new DataSet(); ds.ReadXml(Server.MapPath("XML\\modules.xml")); foreach (DataRow dr in ds.Tables[0].Rows) { btn.Text = dr["Display"].ToString(); } try to use this code
-
Hi friends, I have create reminder application without database so i am using XML. i am new in XML. Please give some example for read,write and append item in XML. manipulation
----------------------------------------------------------------- "Success is When Ur Signature Becomes An Autograph"