A
Alex Sinclair
Hi,
I'm having a problem with what should be a simple task: in ASPX, how can I
open a page while I'm at another page, without going to that page in the
browser, only programmatically.
So for example, I'm on page one.aspx, user types www.microsoft.com in a
textbox and clicks a button, the C# code behind needs to go and grab the
microsoft page and get the source back, modify it, and then display it to
the user. One can get a stream written back with the Server.Execute method,
but that only works on aspx pages. Is there a way to read any page this
way, I seem to recall that ASP had this capability before.
Thanks for your help,
Alex
I'm having a problem with what should be a simple task: in ASPX, how can I
open a page while I'm at another page, without going to that page in the
browser, only programmatically.
So for example, I'm on page one.aspx, user types www.microsoft.com in a
textbox and clicks a button, the C# code behind needs to go and grab the
microsoft page and get the source back, modify it, and then display it to
the user. One can get a stream written back with the Server.Execute method,
but that only works on aspx pages. Is there a way to read any page this
way, I seem to recall that ASP had this capability before.
Thanks for your help,
Alex