Display html pages within an aspx page

G

Guest

Display html pages within an aspx page

I would like to display HTML pages within an aspx page.An example might be: I have an aspx page with a menu on the left side and by clicking on one of the menu items I display a html page (which can be found in a specific folder) in the center of my aspx page. What is the easiest way to accomplish that? Is there any control available in .NET, is using IFrames save, are there other possibilities

Thank

Robert
 
A

Anders Bohlin

hey robert.

a good way to do this is to use Custom Controls.
to see how and what, take a look at www.4guysfromrolla.com

/Anders

Robert said:
Display html pages within an aspx page:

I would like to display HTML pages within an aspx page.An example might
be: I have an aspx page with a menu on the left side and by clicking on one
of the menu items I display a html page (which can be found in a specific
folder) in the center of my aspx page. What is the easiest way to accomplish
that? Is there any control available in .NET, is using IFrames save, are
there other possibilities?
 

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