1
Answer

reading xml elements

Virus Kiraak

Virus Kiraak

12y
928
1
Hi,
I have read the xml doc using the below statements

XDocument seatxml = XDocument.Load(Environment.CurrentDirectory +"/File.xml");

now I need to read the values how can I achieve this.
Answers (1)
Next Recommended Forum