<ItemTemplate>
                        
<li>
                    
<div class="img">
                        
<a href="product_id_info.html">
                            
<img src="<%#GetPic(DataBinder.Eval(Container.DataItem, "PdtId").ToString()) %>" alt="" width="118" height="118" border="0" /></a></div>
                    
<div class="name">
                        
<a href="product_id_info.aspx"> <%#DataBinder.Eval(Container.DataItem, "ProductName")%> </a></div>
                    
<div class="price">
                        
<img src="themes/img/money.gif" alt="" width="10" height="10" border="0" />
                        
<%#GetPrice(DataBinder.Eval(Container.DataItem, "PdtId").ToString())%> 元</div>
                    
<div class="compare">
                        
<input type="checkbox" value="" />
                        对比商品
</div>
                
</li>
                    
</ItemTemplate>
                
</asp:Repeater>

相关文章:

  • 2022-02-03
  • 2022-12-23
  • 2021-10-21
  • 2021-09-30
  • 2022-12-23
  • 2022-12-23
  • 2021-11-24
  • 2022-12-23
猜你喜欢
  • 2021-06-11
  • 2021-05-30
  • 2021-06-11
  • 2021-12-01
  • 2021-09-01
  • 2022-12-23
相关资源
相似解决方案