Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

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.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 5987289
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 22, 20262026-05-22T22:47:36+00:00 2026-05-22T22:47:36+00:00

I got a weird task to do. I need to load a webpage inside

  • 0

I got a weird task to do.
I need to load a webpage inside an iframe. And whatever text I select within the iframe, I need to retrieve that from outside the iframe. I m not allowed to use javascript.
Is there any way to do that in asp.net c#?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-22T22:47:37+00:00Added an answer on May 22, 2026 at 10:47 pm

    I agree it’s a weird task. I personally would avoid situations like this, however if this is what you have to do this is how I would approach it.

    1. I recommend you get a library called Html Agility Pack
    2. Add a reference to the HTMLAgilityPack.dll to your asp.net application.
    3. If you know the url to the page in the iframe, scrape that website, eg

      WebClient webClient = new WebClient();
      byte[] reqHTML;
      reqHTML = webClient.DownloadData("http://www.urltothesiteyouwant.com/path/");
      UTF8Encoding objUTF8 = new UTF8Encoding();
      string htmlOfSite = objUTF8.GetString(reqHTML);
      
    4. Have a look at the Html Agility pack site and Example page for more info on how to use the library.

    This will allow you to grab the text you need from the external site and display it on your own. Always important to check the legalities behind doing this as well and if the information you are looking to get off this site is allowed to be reproduced on other sites etc.

    HTH.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I got a weird problem. I have a program that (does many things but
I've got a weird problem here: I'm getting a 500 error code from Apache
I've got a weird problem. I've created a procedure in PHP that does these
I have got a weird problem here, and more interesting that it works fine
I've got this weird problem - I'm calling ChangeServiceConfig on a newly installed service
i've got some weird characters in my database, which seem to mess up django
I've got a really weird problem and i'm wondering if it's a visual's bug
Got a class that serializes into xml with XMLEncoder nicely with all the variables
I have got one weird issue. I am working on an asp .net mvc
I've got an app that has a table view that displays contact information in

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.