Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more
AI OnAI Off
Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more
WebClient client = new WebClient();
client.UploadData("http://localhost/util/SaveAttachment.aspx?id=30&filename=test.doc",fileBuffer);
DataSet dsProducts;
dsProducts = new DataSet("Products");
reader = new XmlTextReader(sListenPath + file.ToString());
dsProducts.ReadXml(reader);
ImportPages(dsProducts);
reader.Close();
MVH
Christian Wallgren