Author: warnockm | Posted on: 7/10/2008 6:30:33 AM | Views : 883

I'm using ASP.net, in VS 2008, coding in c#.  I added a treeview object and noticed that a source could be an XML, however, i'm filling the nodes with a series of Web Service calls.  I noticed that the calls take a while to run, so i'd like to take the data in my Treeview and store it in an XML file that can be used to load the data.  How can i do this?  Ultimately, i'd like to use the web server to load the data when the data has changed, and use the XML for static data.
thanks!

...

Go to the complete details ...