1
Answer

reading xml elements

Ask a question
Virus Kiraak

Virus Kiraak

12y
926
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