Sorry, should have read your subject line too, instead of just the question !
The WebBrowser control is an extension of the IE browser, therefore, if you are just viewing source, you will not see the retrieved data. It will however be available via the DOM hierarchy, so you can drill down to those elements and parse their values. On Mar 6, 1:35 pm, Rich <[email protected]> wrote: > Hi all, > > I would have thought that the webbrowser control would have allowed > you to do this in some way. are there any alternate controls I can > try? > > Thanks in advance, > > R. > > On Mar 6, 7:01 am, Cerebrus <[email protected]> wrote: > > > > > Data dynamically retrieved from the server is not displayed in the > > page source... atleast not in IE v. 7. You could use the IE dev. > > toolbar to "find" the element and then view it's source. > > > Alternatively, use a browser like Mozilla/Chrome. > > > On Mar 4, 5:57 pm, Rich <[email protected]> wrote: > > > > Hello All, > > > > I'm trying to write a simple address stripping program. For example > > > if you look at google maps and you wish to search for say a plumber or > > > electrician, it returns a list of addresses within a region. All I > > > would like to do is to be able to lift these addresses for an > > > application I'm writing. > > > > The problem I have is that the addresses are not in the page source > > > html. However, the data is clearly visible on the resultant web > > > page. Is there a way the displayed data and not the page source. > > > > BTW I'm using c# > > > > Thanks in advance, > > > > R.- Hide quoted text - > > - Show quoted text -
