Click here to Skip to main content
15,920,687 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi I struggling with popup window using jquery. here are my codes

JavaScript
<div id="main_window" class="main_window" style=" display:none ">        
    <img src="Album_Image/<%#Eval("picture_path")%>" width="400" height="350" />
     <%#Eval("picture_decription")%>
      </div>  

in this repeater shows images. when i click images, i want to popup that corresponding image..
how can i do that

thanks
afsal
Posted
Updated 5-Jun-12 0:20am
v2

1 solution

 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900