Hi
I have a simple test project that reads the months and their days from XML.
I installed IIS on my box because I won't be able to add all the files as project files.
I can read the file and see the valid XML doc by using AJAX.LastData to a textbox.
I then use the XML for each to iterate through the nodes, however. if I don't do a nodecount on the month it seems to go into a loop.
Which "seems" to fix the issue ....
However if I add a create object in this for each iteration then it shows that it executes more than 12 times?
Help on this would be appreciated.
Thank you!