Click here to Skip to main content
15,905,508 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
there is div tag if you click image pop up open like fancybox image slider start
so I am getting images from database and I used http handler but I started only 1 images seems

this is code


XML
<asp:Repeater ID="RepeaterEtkinlikler" runat="server">
                              <ItemTemplate>

                           <div class="col-md-4">
                               <div class="work-post">
                                   <div class="work-post-gal">
                                  


                                       <div class="hover-box">

                                       <a class="zoom" href='<%# "../getimagesfromdatabaseaccordingtoid.ashx?ImID=" + Eval("id")(id=1 goes this id has 4 images from database)%>'></a>

                                       </div>


                                   </div>
                                   <div class="work-post-content">
                                       <h2><%# Eval("topic") %></h2>
                                       <span><%# Eval("subtopic")%></span>
                                   </div>
                               </div>
                           </div>

                         </ItemTemplate>
                           </asp:Repeater>





this div only one image coming..there is no loop.
Posted
Comments
Member-2338430 14-Feb-14 7:17am    
images in database type mediumblob
not used imageurl,file

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