To store the vb.net for data into an xml file is called Serialization. To load data from xml file to vb.net form is called DeSerialization. i have code if some one want just mail me. i will give.
Serilization: It is the process of maintaning object state in the form of a stream.
Deserilization: It is the process of reading the stream and construct the object. Uses:(Remoting Concept) 1) making object state persistent 2) transmitting the object from one system to another system
What do you mean by Serialization and Deserialization and it's use.