Hi
i have a web application which I can access from client machine by having Internet Explorer and it gives a call to the server which fetches the data and all operations are performed server side only.
Now I want to call a HTML page on client side and perform some operation on it and store the data temporarily in the form of XML on client machine only and submit the entire data at one go to the server.
Plz guide me how to do it.
Loading
Niradhip ChakrabortyPosted Sep 21, 2009, 7:00 AM
Roei BarPosted Sep 21, 2009, 6:55 AM
you didnt provide any information regarding the object type that you recieve
but basic idea is that you take the data object that you receive and build a Serializer Class that will have the read and write for the XML, then you will call the Serializer.Write Method in order to write down the xml and on other end
Serializer.Read in order to read it