3
Answers

how to get the path of xml in xaml.cs page

 here i get error on server.I want to load the xml file buit i got error on server.
var xDocument = XDocument.Load(Server.MapPath("~/XmlFiles/Blog.xml"));
 
Answers (3)