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 8558225
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 11, 20262026-06-11T15:45:46+00:00 2026-06-11T15:45:46+00:00

I have a web-part which populates a drop-down full of possible pages located within

  • 0

I have a web-part which populates a drop-down full of possible pages located within a sharepoint list, based on some specific criteria defined by the user.

The idea is to have a user specify their criteria, and then select a specific page from the drop-down, which would then load that HTML page into an iframe below the drop-down for immediate viewing.

I’m having trouble understanding how to approach this problem though. When I created a WebPart in VS, I selected “Web Part”, which only gave me a .cs file.

From the CS file, I understand that I can do things like:

protected override void CreateChildControls()
    {
        Controls.Clear();
        myTextBox = new TextBox();
        Controls.Add(myTextBox);
        ...
     }

And so on. From my understanding, this runs at the server, and then a page is served up to the client and then rendered. In my mind, the only way to “create” some HTML would be to use something like HtmlTextWriter, but I’m not positive if that is the right angle of attack.

So I guess my question is, should I be using a Visual Web Part instead, and how would I go about adding an iframe to a WebPart, and then changing it’s properties (src, etc.) and have it render a page “on the fly”?

Thanks.

  • 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-06-11T15:45:47+00:00Added an answer on June 11, 2026 at 3:45 pm
         this.Controls.Add(new LiteralControl("<iframe src='externalpage.htm'></iframe> "));
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a web part which uses many SharePoint controls like menu, SPGrid, tool
I have created a SharePoint web part which has custom properties that the user
I have a SharePoint web part that I wrote in C# which is used
I am writing a SharePoint web part which will have a simple ASP.NET form.
I have a simple web part with a custom enum property (which SharePoint renders
I have written a Sharepoint 2007 web part which requires validation in both the
I have written a web part in C# for Sharepoint 2007 which has a
I have to develop a web part for SharePoint that reads a list and
I have web application of which major part is javascript. I request images from
I have a sharepoint web part where I am programatically adding a button to

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.