<h4>How Do I...Make an asynchronous GET request within an ASP+ application?</h4>
<div class="indent" style="width:660">
<P>
This sample illustrates using the WebRequest and WebResponse classes to make an asynchronous GET request on a URI from within an ASP+ application.</div>
</P><P>
This example is exactly the same as the command-line example showing an asynchronous GET request with the net classes. The only difference is that this example shows that you can request another URI from within an .aspx page.