XML : Read XML file from c# [duplicate]

This question already has an answer here:

So I have an xml file which is contains

  <firstName = "John" lastName = "Tabor">    

basically what I want to do is I only wanna take firstName value which is John and I wanna print it as a messagebox to the screen from c# code

No comments:

Post a Comment