FRAME with Visual studio 2005

  • Thread starter Thread starter Peregrin
  • Start date Start date
P

Peregrin

Hello aspx World,
I search a web page where I can read a tutorial to use and design a frame
page with Visual Studio 2005.
Thanks,
 
Do you mean using <frame> tag ?

In fact it's no more recommended to use frames since it add a lot of
complexity to the development process.

If you need to have a menu bar, a banner or any visual element that must
appears on every pages, you should better use the master pages.

HTH
Steve
 
But I want to display HTML page in a distant website, not my own, in the
right bottom. And how to use masterpage in this case ?
Thanks
 
Back
Top