I'm mega noob in ASP.net. What I'm trying to do is read an XML file and make an object of each record. Thus getting the propertys from the XML file and set them accordingly then put the objects back in an array. The prob here is how do I dynamically create the propertys from the data in the dataset... I can't know in advance what kind of object I'm gonna get.