-
Cookies
i have a download class that use the HttpWebRequest WebRequest and HttpWebResponse classes to do the download of some pages..but now i realised that that pages have cookies..and if i download the page without entering with the cookies it will download a completly different page...so..how can i with that classes set the cookies so it can download the right web page?
-
hope this helps :
http://abstractvb.com/code.asp?F=22&P=1&A=1080
did you try save as dialog ??Do you think it can helps?
-
much tks by the link, ill have a look at it
-
hmm that seems to only work in asp.net
?