views:

81

answers:

3

Hi There,

let me rewrite my question, I have a Ajax Accordion in my web site, Users can add images, in Accordion,I keep the thumbnail and fullsize image's path in Sql Server table, Users can see the thumbnail, and when they click the thumbnail, I use a ModalPopupExtender that open an asp panel to show the full size image, with progress image or preload bar

What is the best way to achieve this?

Thanks in advance

A: 

Are you asking how to implement a ModalPopupExtender?

Mantorok
A: 

No I know it,I need the whole script

arny
I'm not sure I understand, your post reads as if you know exactly how you want to approach this, are you asking for the entire code or just the ModalPopupExtender part?
Mantorok
A: 

Thanks for your reply,

I am using javascript to unhide the asp panel, and replace the image source with full size image, it is working in IE, but in FireFox,Opera,and Chrome, user have to click several time on thumbnail to see the full size image,for the firts time it shows nothing, this is the problem

arny
Ok, but you need to post some code otherwise it will be the blind leading the blind.
Mantorok