Accessing XML file using JavaScript And ASP.net |VB code
- by Bubba
Am trying to read in data from an xml file but using javascript which is embedded into my asp.net|vb code. I am new to asp.net but coming from a programming background.
so I declared the xml objects for the appropriate browsers, as
well as the name of the local xml to read data from,
I then start by appending the create the table tag and then…