R
RobcPettit
Hi, When using IE you can view the source for the the web page. Is
there a way to use this in c#. What I meen is I can diplay the page
ok, now I want to take the source for that page and run it through
streamreader to get certain values. I know I can use webrequest to do
this, but the particular page I want to do this to will not give all
the details unless displayed in IE. I think its because when the page
is requested it checks for a cookie for certain details, which I dont
know how to get around. The page acts like a basket, which you fill
before using, whence the cookie.
Regards Robert
there a way to use this in c#. What I meen is I can diplay the page
ok, now I want to take the source for that page and run it through
streamreader to get certain values. I know I can use webrequest to do
this, but the particular page I want to do this to will not give all
the details unless displayed in IE. I think its because when the page
is requested it checks for a cookie for certain details, which I dont
know how to get around. The page acts like a basket, which you fill
before using, whence the cookie.
Regards Robert