I need to write a C# code for grabbing contents of a web page. Steps looks like following
- Browse to login page
- I have user name and a password, provide it programatically and login
- Then you are in detail page
- You have to get some information there, like (prodcut Id, Des, etc.)
- Then need to click(by code) on Detail View
- Then you can get the price for that product from there.
- Now it is done, so we can write detail line into text file like this... ABC Printer::225519::285.00
Please help me on this, (Even VB.Net Code is ok, I can convert it to C#)