TheNewGirl
Programmer
I am sending out multiple calls to different servers and getting back multiple xml. The Xml is coming back via a response.write.
I am calling the scripts on the server as
xmlDoc1.Load("This is one call to one server.
I need to call multiple places depending on what the user
picks on my search screen.
How do I make this call dynamically? Would I have to do a call
and wait for a reply before going on to the next?
I want to merge all the resulting xml into one document in memory and bind it to a datagrid.
Any help will be greatly appreciated.
I am calling the scripts on the server as
xmlDoc1.Load("This is one call to one server.
I need to call multiple places depending on what the user
picks on my search screen.
How do I make this call dynamically? Would I have to do a call
and wait for a reply before going on to the next?
I want to merge all the resulting xml into one document in memory and bind it to a datagrid.
Any help will be greatly appreciated.