horizontal list view in asp.net
问题 Here is my code for listView and Data Pager , <asp:ListView runat="server" ID="PageHorizon"> <LayoutTemplate> <asp:PlaceHolder ID="itemPlaceholder" runat="server"> </asp:PlaceHolder> </LayoutTemplate> <ItemTemplate> <table width="100%"> <tr> <td width="25%"> <img src='<%#Eval("ImagePath")%>' alt="Single Image" width="64px" height="64px" /> </td> </tr> </table> </ItemTemplate> </asp:ListView> <br /> <hr /> <asp:DataPager ID="DataPager1" runat="server" PagedControlID="PageHorizon" PageSize="3">