Frameset with ASP .NET ?

  • Thread starter Thread starter Grzesiek
  • Start date Start date
G

Grzesiek

Hi!
I would be gratefull for any hints about using Framesets with ASP .NET
(C#).
For example: how to switch one frame, when user clicks button on the other
frame? Is it possible to do it without using JavaScript?

Thanks,
Grzesiek
 
Frames are not supported very well by ASP.NET, although they are possible.
I'd recommend you stay away from them unless you're very skilled in client
side code.

It's good to stay away from frames in general. They are useful in specific
cases, but usually they just add usability and accessibility overhead to
your site.

-darrel
 

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