2
Reply

xml file updations

manu

manu

Oct 7 2010 1:50 AM
7.9k


Hi,
There is an error occur when editing datas in xml in Live site.The error is like as follows.Please help me to solve this problem

Source Error:

Line 132:            //}
Line 133:            //xnode["Email"].InnerText = txtemail.Text;
Line 134:            xDoc.Save(Server.MapPath(@"~/App_Data/XmlFolder/Events.xml"));
Line 135:            txtstrtdate.Text = string.Empty;
Line 136:            txtdate.Text = string.Empty;


Answers (2)