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
 

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

Back
Top