Original Post
One of the features of php is the possibity to open an url page in asynchronous mode and store the returning value (an xml file string for example) into a variable, so that it can be parsed and used in the following page code. Can this be done with asp.net ?