Preloading images
Posted on
16th Feb 2014 07:03 pm by
admin
Posting this question here because I am not sure where this should belong.I am building an asp.net ajax web site with lots of media elements and I would like to make my image loading work smoother. I have an aspx page where I have 1 - 70 thumbnail pictures. Those are Imagebutton controls generated by code actually. Then I have some clientside javascript code behind those thumbnails, which is used to load the real image into an image control when a thubmnail is clicked. document.getElementById("Image1").src = "MediaHandler.ashx?mediaid=" + imageidSo I am using an imagehandler file to return images from database. Large images are opened in a modal popup and user can browse images with next and previous buttons within this modalpopup. I actually have 3 asp:Image controls on my page. One for that image user has selected, this is the only image which is visible on the modal popup, other image controls are hidden from the user. I am loading previous and next images to these other two image controls. So when a user is browsing to the next image, the image is not downloading from database, but is retrieved from the other image control with client side code.
I am wondering if it is possible to preload all the images somehow. Like I said there can be up to 70 images on one page, but usually there is about 10 images. Image sizes are between 150 and 300 KB.
Should I put more image controls on the page and load more images into them, or could I use javascript preloader? Or is there an asp.net server side control for this purpose? Should I preload first 10 images which are most commonly used and leave those other images to be loaded later when user is trying to access them?
I know it might be hard to understand what I mean, but I am after general ideas rather than an exact solution.
Did you know?Explore Trending and Topic pages for more stories like this.
No comments posted yet
Your Answer:
Login to answer
144
36
Other forums
PHP / MySQL Associative Multidimensional Array:
Hello.
I have data in a MySQL Table that adheres to the below: (note, no index, could add if
SQl num_rows problem
when i try to count rows from an SQL select i get an warning
Code: [Select]$countviews = mysq
PHP Redirecting
Hello everyone. Is there a way to redirect people to pages within a statement in PHP? Since there is
selection tool on raster image
Hi!
I have to implement in my app a selection tool which lets users to select region of any shape
Pspell with my own dictionary
Hello!
I've tested two cases using pspell functions.
1)
Code: $dictionary_link = pspell_new
Displaying pictures
i have worked my way through storing images in directory and storing the location in mySQL db.Now i
Redistributing dependent dlls
Hai all ,
I have created an application in VC++ using VS2008 in a development machine which r
PHP Error
On my .php page I have a drop down box that has several names in it. When a user clicks the name &am
Display the user's weight lost in the past week
Hello everyone,
I am working on a weight loss app for my site, and I want to display the user
C problem struct and string
Hi guys,
This is my first post and I'm hoping the experts here can help me solve my problem.<