Stunner01225
Technical User
I I have a Treeview on a webform. The tree view is based on XML coming from SQL server 2000 and is passed through a style sheet to put it in the right format. The problem is the XML returned is bulky and time is taken up by the stylesheet’s transformation. The page takes an age to load. What I want to do is have the XML sat on the server ready transformed and ready to use. I do not know how to go about it. Using ASP.net, I can write an XML file to the server, but I do not want every user who browses the page to do this. At the same time, I do not know how to detect if the Information has changed on the Server.
What technology should I be looking at to get around this?
What technology should I be looking at to get around this?