Is there a way to read and display an XML file all from the script tag part of an ASP.NET page. All the tutorials I have done display the XML part in a form tag in the body.
What I'm trying to do is use the time on the server to get the month. With the month pull up data corresponding to the month from an XML file and display it.
What I'm trying to do is use the time on the server to get the month. With the month pull up data corresponding to the month from an XML file and display it.