Web Browser Control

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Chris

    #1

    Web Browser Control

    Hi,

    I'm using VS.NET 2003 to create a web application. What I want to do
    is have a page rendered within my main page, almost as a panel or
    something. I've tried adding the microsoft web browser control as a
    reference, but I don't think it's working. Anyone have any advice on
    this? Thanks.
  • Nicholas Paldino [.NET/C# MVP]

    #2
    Re: Web Browser Control

    Chris,

    Do you have to use VS.NET 2003 (and by extension, ASP.NET 1.1)? The
    reason I ask is that what you are looking for is something like master
    pages.

    If you actually want another frame to have the content from another site
    in your page, then you need to look into the IFRAME element.


    --
    - Nicholas Paldino [.NET/C# MVP]
    - mvp@spam.guard. caspershouse.co m

    "Chris" <coz1978@gmail. comwrote in message
    news:6ea65a8b-1b90-450d-9cf6-1b1bd299ed27@c4 g2000hsg.google groups.com...
    Hi,
    >
    I'm using VS.NET 2003 to create a web application. What I want to do
    is have a page rendered within my main page, almost as a panel or
    something. I've tried adding the microsoft web browser control as a
    reference, but I don't think it's working. Anyone have any advice on
    this? Thanks.

    Comment

    • Chris

      #3
      Re: Web Browser Control

      Yeah, for this particular app I'm tied down to 1.1. Otherwise I would
      have used the Master Pages. But I did just a few minutes ago figure
      out the iframe tag, and I'm going that route. Thanks for the info.

      On Jan 2, 10:42 am, "Nicholas Paldino [.NET/C# MVP]"
      <m...@spam.guar d.caspershouse. comwrote:
      Chris,
      >
          Do you have to use VS.NET 2003 (and by extension, ASP.NET 1.1)?  The
      reason I ask is that what you are looking for is something like master
      pages.
      >
          If you actually want another frame to have the content from another site
      in your page, then you need to look into the IFRAME element.
      >
      --
                - Nicholas Paldino [.NET/C# MVP]
                - m...@spam.guard .caspershouse.c om
      >
      "Chris" <coz1...@gmail. comwrote in message
      >
      news:6ea65a8b-1b90-450d-9cf6-1b1bd299ed27@c4 g2000hsg.google groups.com...
      >
      Hi,
      >
      I'm using VS.NET 2003 to create a web application.  What I want to do
      is have a page rendered within my main page, almost as a panel or
      something.  I've tried adding the microsoft web browser control as a
      reference, but I don't think it's working.  Anyone have any advice on
      this?  Thanks.

      Comment

      Working...