Four ASP.NET Pages in Frames Vs. One ASP.NET Pages

  • Thread starter Thread starter Manish
  • Start date Start date
M

Manish

Hello Group,

I have one problem in designing web application.

Currently i have application in asp.net which uses 4 frames in single
page and work on that frame. everytime only frames that need to be
updated is refreshed. Now as per i know frame are not good for
maintanance, programming etc. factors. But i have question is :

If i compose pages from this four pages in a single page and convert
all pages in to different control. Is that make my performance down ?

Because in frame application i only need to update frame which is
required and in here i must refresh whole page whenever anything
happens.

Thank You In Advance.
Manish
 

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

frames page Asp to Asp.net 1
Browser in ASP.net Page? 2
Page refresh - Alternative to using frames 4
asp.net Frames 2
Frame on asp.net 2.0 2
About frames in asp.net 1
kill HTML Frames 1
Frame Refresh Only 1

Back
Top