[vb.net] How to get full source code of the webpage
|
Hi friends,
I'm trying to programmatically log into a website using vb.net. It is successfully connected. But i have to determine if the resultant page is the dashboard or not i.e by checking for an element which will be in the resultant webpage e.g like "dashboard" or "logged in".
I assigned like this
webpagecontents = New StreamReader(response.GetResponseStream).ReadToEnd
but it is not taking all the source code of webpage.
|
Last edited by mvmsk; 07-12-2012 at 04:20 AM.
|