Click here to Skip to main content
15,886,110 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
Hi all,

Here is a challenge:

We are developing an application that involves looking up specific data (values) from an active web page and bring those values in to our external application and do some data look up with it independently.

Example:

Say our application is a system tray app or a windows forms C# app that will need to look up an active web page on (any) browser and look for two values - last name and date of birth. we will need to do possibly html view source of the web page to look up those two values (for last name and date of birth) and then grab the value to bring it into our C# app to do further computation.

Note that the web page is not static and it is part of an application that our user will be logged into. but we can assume that lastname and dateofbirth will be present as part of the screen/page. so traditional web scraping might not work.

Any help on how we can accomplish this would be greatly appreciated.
Posted
Comments
BillWoodruff 28-Sep-14 14:26pm    
Once you have designed your application, done enough preliminary research and prototyping to have some idea of what you can do with C# and .NET, and started coding, please come back with specific questions about C#, or .NET, and give selections of your code which illustrate the problems you are having.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900