(Ken Getz) I have an application in which I need to take XML data that’s handed to me as an XML string, and import it into a DataSet. I get the data as a String containing the XML, and really don’t want to save it to a file before loading it. I checked out the DataSet class, and found that it ha
Read More - Register for Free Membership