views:

14

answers:

0

Hi there,

I have aModalPopupExtender control inside accordin control, users can add images, that I sotre the path in databasa(sql server) and the actual image in physical address inside web server, what I need to do is to have the thumbnail image inside the accordin control and as soon as user click the thumbnail see the full size image in popup whis an asp:panel. Also I need to show Progress image while loading the actual image.

I am using asp.net ,C# what is the best way to achieve this?

Thanks in advance