Calling all developers! We invite you to provide your input on Feature Experimentation by completing this brief survey.
Calling all developers! We invite you to provide your input on Feature Experimentation by completing this brief survey.
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