1
Answer

reading xml elements

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)