We have a .NET 2.0 application with a UI based on frameset. As you are aware, frameset are only supported by IE - that may also change in the future. The application has to be deployed online. Obviously, the first hurdle is the remove frames
to make it browser compliant. Can you provide an insight on how to do so. The code-behind file is not supposed to be changed.
kashifdotnet
Participant
765 Points
451 Posts
Removing frameset from .NET Application
Jul 01, 2012 10:09 AM|LINK
We have a .NET 2.0 application with a UI based on frameset. As you are aware, frameset are only supported by IE - that may also change in the future. The application has to be deployed online. Obviously, the first hurdle is the remove frames to make it browser compliant. Can you provide an insight on how to do so. The code-behind file is not supposed to be changed.
Thanks in advance.
Ruchira
All-Star
43068 Points
7045 Posts
MVP
Re: Removing frameset from .NET Application
Jul 01, 2012 11:22 AM|LINK
Hello,
No, it's not. Frameset is basic HTML so it support in almost every browser.
You can use iframes instead.
My Tech blog | My YouTube ChannelPlease 'Mark as Answer' if this post helps you.