Click here to Skip to main content
15,886,789 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
how to display only current gold price (not full site only some part of site) in we-browser control in asp.net windows application
Help me
Thank you
Posted
Comments
JoCodes 12-Oct-13 15:03pm    
asp.net windows application?
JoCodes 13-Oct-13 5:36am    
have posted a solution . please try and revert

1 solution

I will try to give some suggestions on helping you to achieve this .

Steps to try

- Add Div container to display the part/section of the website on to your webbrowser control.
- Add Jquery reference .
- use jquery to load the specific section.

try the below code which fetches the complete website and takes only gold price section to display.

$('#target-div').load('http://www.targetwebsite.com/home.php #gold-price');


Hope this helps ...
 
Share this answer
 
Comments
Bama Boy 14-Oct-13 9:49am    
thank you sir
JoCodes 14-Oct-13 11:21am    
You are always welcome
JoCodes 14-Oct-13 11:24am    
Thanks for marking it as solution

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