How To: Serialize an object into XML (1 Viewer)

Kodo

"The Shoe"
Local time
Today, 10:48
Joined
Jan 20, 2004
Messages
707
VB.NET 2.0
This example written in VB.NET will show you how to take data from a form, instantiate and populate an object and then serialize the data into an well formed XML Document. It will display the raw xml in a text box and then load the xml data into a dataset which will be bound to a grid view.
 

Attachments

  • screen.jpg
    screen.jpg
    31.5 KB · Views: 410
  • SerializationDemo.zip
    194.4 KB · Views: 411
Last edited:

Users who are viewing this thread

Top Bottom