ModalPopupExtender with thmbnail and full size image

Posted by arny on Stack Overflow See other posts from Stack Overflow or by arny
Published on 2010-05-26T07:15:08Z Indexed on 2010/05/26 8:51 UTC
Read the original article Hit count: 209

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

© Stack Overflow or respective owner

Related posts about c#

Related posts about ASP.NET