London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!
AI OnAI Off
London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!
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