Hi Madhu,
Can I ask the reason for wanting to read values from a web page using VB.NET / C#, instead of using the Blue Prism Read stage? Reading a web element spied using the Browser spy via a Read stage, should deliver excellent performance if the appropriate match criteria has been defined.
Unless you have built a custom .NET which contains a browser control, what you are asking is not that straight forward. You could look at creating a Python script to read data from the web page, and then execute this from a code stage. You could also look at the Selenium WebDrive as an option.
Another "out of the box" option could be to use the 'HTTP Request' Action in the 'Utility - HTTP' Business Object to perform a GET method using the target URL. This will return the page HTML to a Data Item in Blue Prism. You could then parse the values you are looking to extract.
------------------------------
Carl Carter
Senior Developer
Blue Prism
Europe/London
------------------------------