Frame on asp.net 2.0

P

Paulo

Hi, I need to convert a classic asp application wich uses html frame, can I
use frames on asp.net 2.0 VS 2005? How can I pass values from 1 frame to
another?
Any materials?

What do you suggest?

Thanks
 
G

George Ter-Saakov

1. Yes, you can use frames with asp.net
2. How do you pass values from 1 frame to another right now in classic asp?
Same way you can do it with asp.net
3. I suggest not to use frames. Look at MasterPages first.
4. Material: Visit asp.net and go to "learning" tab.

George.
 
M

Mark Rae [MVP]

Hi, I need to convert a classic asp application wich uses html frame, can
I use frames on asp.net 2.0 VS 2005?

Yes you can... Frames are part of the HTML specification, not inherent to
ASP.NET...
How can I pass values from 1 frame to another?

Same way as you do in ASP Classic i.e. with client-side JavaScript.
What do you suggest?

Advances in ASP.NET have meant that frames are not usually necessary any
more. If your requirement for frames is to provide a "skeleton" page
framework where e.g. the header, side menu and footer remain constant but
the "central" content changes, then you would do well to consider
MasterPages instead...
 

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

Similar Threads


Members online

No members online now.

Forum statistics

Threads
473,769
Messages
2,569,581
Members
45,057
Latest member
KetoBeezACVGummies

Latest Threads

Top