Toggle navigation
Home
Latest pastes
FAQ
Random
BitBin is shutting down!
Register
Login
Untitled
SUBMITTED BY:
Guest
DATE:
April 21, 2014, 11:22 a.m.
FORMAT:
Text only
SIZE:
409 Bytes
Raw
Download
Tweet
HITS:
801
Go to comments
Report
I put this in the webservice, but I think it can also be in the products.cs
public void GenerateXML()
{
string getPath = Path.Combine(AppDomain.CurrentDomain.BaseDirectory);
getPath = getPath.Replace("WebSite14", "");
Books t = new Books();
t.SerializeCollection(@"" + getPath + "WebSite1/Books.xml");
}//definitely used
Please enable JavaScript to view the
comments powered by Disqus.
comments powered by
Disqus