Frame question

  • Thread starter Thread starter Steve Caliendo
  • Start date Start date
S

Steve Caliendo

Can a frame be added to a webform?

On the menu bar there is a "Frames" tab, but all of the menu items are
always grayed out.

Thanks,

Steve
 
Of course. A webform is simply an html file with an aspx extension and the
<%@ Page %> directive at the top. Regarding the menu bar - I have no
explanation and never will because I don't develop the page layout with
Visual Studio.NET. Others might provide some insight on that. For more
control over your layout, you might want to never use Visual Studio for page
layout; rather user VS.NET only for coding work and some other tool like
Dreamweaver or front page for your html work.

HTH
 
Back
Top