Web Browser Control

C

Chris

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.
 
N

Nicholas Paldino [.NET/C# MVP]

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.
 
C

Chris

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.

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]
          - (e-mail address removed)


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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top