Re: MasterPages: How to improve the loading process of Contents (Graphics)
- From: "Cenk Genisol" <cenki@xxxxxxxx>
- Date: Sun, 18 Jun 2006 17:27:29 +0200
Hi Clinton,
thanks for your hint. I will take a look at preloading images with Java
Script.
My best regards,
Cenk
"clintonG" <csgallagher@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx> schrieb im
Newsbeitrag news:eYsXLmukGHA.896@xxxxxxxxxxxxxxxxxxxxxxx
By default, ASP.NET ensures the contents to be displayed in the page are
put into a buffer before the page is displayed in the client (browser). To
control the output of images in the buffer requires client-side script
using JavaScript (the defacto standard client-side scripting language).
Search the web to learn about "preloading" images with JavaScript.
Note this is the best argument for learning and using C# instead of VB.
Java, C# and JavaScript are all syntax identical and nearly identical in
their grammar. Basically you will learn three languages for the price of
one.
<%= Clinton Gallagher
NET csgallagher AT metromilwaukee.com
URL http://www.metromilwaukee.com/clintongallagher/
"Cenk Genisol" <cenki@xxxxxxxx> wrote in message
news:OO3Z4xskGHA.3512@xxxxxxxxxxxxxxxxxxxxxxx
Hi NG,
I am relatively new to Web developement and have some questions to you.
I've got a Masterpage where some graphics are embedded by CSS. They
format the borders of tables, which store page content so it's just an
optical background.
During the process of loading the page on the client, pages which
implement the above mentioned masterpage are build very excursive. That
looks unprofessional. I've set up a test page on my webserver where you
can hopefully follow my descriptions.
http://www.genisol.de/test/
My question is, which possibilities do I have to improve this loading
process? For example is it possible to draw the page on the client AFTER
preloading all contents like graphics?
Which techniques are available to grant this?
My best regards,
Cenk Genisol
.
- References:
- Prev by Date: how to pass parameters between asp.net to asp pages
- Next by Date: Re: MasterPages: How to improve the loading process of Contents (Graphics)
- Previous by thread: Re: MasterPages: How to improve the loading process of Contents (Graphics)
- Next by thread: Re: MasterPages: How to improve the loading process of Contents (Graphics)
- Index(es):
Relevant Pages
|
Loading