Hi there,
I have a ajax:accordion in asp.net page.user can add images inside the accordion,I keep the path in sql server and save the actual image in web server physical address.
what I need to have is to show the thubmnail image of actual image in accordion,and when user click use a ModapopupExtender to show the actual image with progress or preload image,
what is the best way to achieve this?
Thanks in advance