Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
In my application I want to read some data diplaying in a webpage.How can it be possible.Can you plz give me a clue. Thanx in advance.
One way is to use the WebRequest object to retrieve the page and then parse it for the information you want. This article[^] may help.