I am new to asp let alone asp.net. I have a project where I am sending a URL that has info from a form via a get to multiple servers. They will process myrequest and will send back a xml document using response.write.
My question is, How do I recieve this file? Will i recieve all from one server before the other
sends? Is this somthing I need to tell the other designer? How will I know that they response is ready??? All I have are Questions. Can you help a C programmer who is new to .net and asp???