Double Buffering in ASP.NET

  • Thread starter Thread starter Sandeep
  • Start date Start date
S

Sandeep

Hi

Is there anything like double buffering in asp.net ,I have a problem that i
have 3 frames on page
I want that whole page should appear when all pages have been loaded till
that period there should be some
Image or Graphics Displayed

Regards

Sandeep Saxena
 
no. the browser treats each frame as a seperate window with async
processing. also as most browsers limit themselves to two concurrent
connections, 3 frames can not be loaded at once (images added more
connection management).

-- bruce (sqlwork.com)
 

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