Image display

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

My asp.net application send image to web browser. The browser begin to display part of image before download finished. (In Slow Network). How can I force brower to display image after the image fully downloaded? IIS, HTML or Internet Explore??

Thanks
 
the user browser settings controls this. you can improve the image display
by including the actual width and height in the image tag. also depending on
how you build the image, you can have it render from top to bottom, or fade
in.

-- bruce (sqlwork.com)


Qindong Z. said:
My asp.net application send image to web browser. The browser begin to
display part of image before download finished. (In Slow Network). How can I
force brower to display image after the image fully downloaded? IIS, HTML or
Internet Explore???
 
Back
Top