http://www.switchonthecode.com/tutorials/csharp-tutorial-xml-serialization
236 unique visitors
Google Brother Up
Showing posts with label XML. Show all posts
Showing posts with label XML. Show all posts
2009/03/21
2008/12/12
How to get a Path & Xml file values into a Dataset
string dtxmlFilePath = "datatypes.xml";
FileStream dtFileStream = new FileStream(Server.MapPath(dtxmlFilePath), FileMode.Open, FileAccess.Read);
StreamReader dtXmlStream = new StreamReader(dtFileStream);
ds.Tables[0].ReadXml(dtXmlStream);
dtFileStream.Close();
143 unique visitors
2008/11/05
Subscribe to:
Posts (Atom)
Drop Down List
1. http://www.janetsystems.co.uk/Articles/NetArticles/tabid/74/itemid/161/modid/449/Default.aspx