Method#1
string MyXmlPath = Request.PhysicalApplicationPath + "\\ImageGallery1.xml";
Method#2
ds.ReadXml(MapPath("ImageGallery1.xml"));
string MyXmlPath = Request.PhysicalApplicationPath + "\\ImageGallery1.xml";
Method#2
ds.ReadXml(MapPath("ImageGallery1.xml"));
No comments:
Post a Comment