I want to load some fixed part from other website to my web application.
How to accomplish this?
Thanks.
I want to load some fixed part from other website to my web application.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You could do it in a few ways:
<iframe>On the client side, load the content usingajaxand write it into the page.WebClientDownloadStringand 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)