I want to load some fixed part from other website to my web application. How to accomplish this? Thanks.
You could do it in a few ways:
<iframe>
ajax
and write it into the page.WebClient
DownloadString
and write it into your page.Update
After you get your string, you might parse it and grab the stuff you want using the Html Agility Pack . (Also available on Nuget)
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With