Does anyone know whether the .NET Framework automatically causes images to be preloaded to the client OR do we still need to have client-side Image Preload code so images can be displayed "quicker"?????
> Does anyone know whether the .NET Framework automatically causes images to be preloaded to the client why would it? it's an HTTP-based server-side technology, just like 'classic' ASP, PHP, JSP and all the others. just because it adds a layer of abstraction
so that it looks like client-side events happen server-side doesn't mean that's so.
RTFM - straight talk for web developers. Unmoderated, uncensored, occasionally unreadable
SamTheMan
Member
237 Points
69 Posts
.NET and Image Preloading
Dec 29, 2003 08:26 PM|LINK
billupton.co...
Participant
1835 Points
365 Posts
Re: .NET and Image Preloading
Dec 30, 2003 12:17 AM|LINK
Atrax
All-Star
18705 Points
3733 Posts
Re: .NET and Image Preloading
Dec 30, 2003 03:56 AM|LINK
Jason Brown - MVP, IIS