JSSOR with ASP.NET dynamic image
问题 Here is my HTML Code that i am using <div u="slides"> <div> <asp:SqlDataSource ID="1" runat="server" ConnectionString="<%$ ConnectionStrings:constr %>" SelectCommand="SELECT Image FROM Gallery"></asp:SqlDataSource> <asp:Repeater ID="Repeater1" runat="server" DataSourceID="1"> <ItemTemplate> <img u="image" src="<%# "image.ashx?Id="+ Eval("Id") %>" /> </ItemTemplate> </asp:Repeater> </div> The Generic Handler .ashx for the image is THIS My Issue is that on the Slide, only the last image