Extracting html

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,

I am trying to extract html content from a web page to print in a separate
window. I think I need to use Page.Request..InputStream.BeginRead(), can
anyone tell me if this is correct and show an example of how it is done,

Thanks

Jim
 
No, this is not correct. The Request object of a Page is the HTTP request
coming from the client. Where are you getting this page from?

--
HTH,

Kevin Spencer
Microsoft MVP
..Net Developer
You can lead a fish to a bicycle,
but you can't make it stink.
 
Hi Kevin,

Yes sorry it is the response object I wish to extract the HTML from. Is
there a way to get the html into a local variable so I can gat a certain
portion?

Jim
 
Back
Top