I have an ASP.NET page with C# code behind.  I make a request to
another website using HttpWebRequest to retrieve a Javascript file.  I
want to then execute the Javascript on the server and return the
resulting HTML that was generated to the user.

In terms of run time I can use 2.0 and above.

Reply via email to