|
web
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Reads XML node from App.Config and populates a ClassI got the following problem to solve, hope you can help me. I got a XML node in App.Conf; <CUSTOMERS> <CUSTOMER> <NAME =”Frank” /> <LASTNAME =”Smith”/> <AGE= 34 /> </CUSTOMER> <CUSTOMER> <NAME =”Lisa” /> <LASTNAME =”Tucker”/> <AGE= 42 /> </CUSTOMER> <CUSTOMERS/> I will like to populate a class called Customers that has the same structure than the XML node Customers, with all the Customer nodes. Is there any automated way to do this in the framework? Thanks very much This is what I need.
Thanks -----Original Message----- From: za***@construction-imaging.com [mailto:za***@construction-imaging.com] Posted At: Thursday, March 09, 2006 12:18 PM Posted To: microsoft.public.dotnet.languages.vb Conversation: Reads XML node from App.Config and populates a Class Subject: Re: Reads XML node from App.Config and populates a Class In a word, XMLSerialization.
Can't modify instance of a class from within the class!
WebBrowser Control Printing Garbage collection, Unmanaged code and SafeArrays Defining data types for fields, when you a create a file Problem sending Report as EMail - wrong attach. name "untitled.txt" Regular Expression Question Fastest way to load jpg images ? Single event handler for menu How to.... Question..... VB6 Driver App with .Net DLL ERROR |
|||||||||||||||||||||||