frame in ASP.NET

  • Thread starter Thread starter Sanghoon Lee
  • Start date Start date
It uses normal frames. What makes you think that it does not? If you
select view source from the menubar, then that will open the source for the
page with the frameset elements.
 
Yes, you are right. It was my mistake, that site uses frame.
I didn't pick an appropriate example for site that shows framelike effect
without using frameset tag.
such as http://www.obout.com/t2/edraganddrop.aspx.
It can be done just by script language or by using specific component?
If it is true, it can be combined in ASP.NET 2.0 master page?
Thanks your reply anyway...
 
Keep in mind that the purpose of frames and iframes is to display more than
one page at a time organized in some layout. You can definitely mimic the
layout by using <div>s and <table>s. By setting the overflow CSS style on
the elements, you can even have the elements scroll independently.
 

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