Untitled


SUBMITTED BY: Guest

DATE: April 21, 2014, 11:22 a.m.

FORMAT: Text only

SIZE: 409 Bytes

HITS: 801

  1. I put this in the webservice, but I think it can also be in the products.cs
  2. public void GenerateXML()
  3. {
  4. string getPath = Path.Combine(AppDomain.CurrentDomain.BaseDirectory);
  5. getPath = getPath.Replace("WebSite14", "");
  6. Books t = new Books();
  7. t.SerializeCollection(@"" + getPath + "WebSite1/Books.xml");
  8. }//definitely used

comments powered by Disqus