Question: Using frames

  • Thread starter Thread starter VB Programmer
  • Start date Start date
V

VB Programmer

Can you design a HTML webpage with frames in VS.NET? If so, how?
 
Yes. Create the frameset yourself, or in the IDE you can drop a new frameset onto the form (add new item). Values for src (e.g. MyPage.aspx) and target (e.g. HeaderFrame) work as you'd expect, and when you specify hrefs you can specify the target. However, per others who've posted out here, you're not going to get much help from ASP.NET when it comes to communicating among the pages in the different frames; you'll have to roll some of this yourself with jscript. HTH

----- VB Programmer wrote: ----

Can you design a HTML webpage with frames in VS.NET? If so, how
 

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