链接到相应的内容,重数据库读取数据,数据时动态显示的,整么控制我选择的是哪个内容并且在上面加上链接使其链接到自己的内容

解决方案 »

  1.   

    就是我在页面放的是Repeater空间把值从数据库绑定上的,Repeater里面的值是可以上下滚动的,我就是想当鼠标放上去的时候能点击进去到他自己的详细,就是不知道咋给链接,而且杂判断他点的是哪个,点击就应该进入详细页了
    <div id="apDiv6">最新产品<br />
    <marquee style="WIDTH:150px;HEIGHT:84px" scrollAmount=3 direction=down 
            onmouseout="this.start()" onmouseover="this.stop()" scrolldelay="0">
    <asp:Repeater ID="repProductTop5" runat="server">
        <ItemTemplate>
            <asp:LinkButton ID="lProductManufacturerPartNumber" runat="server" 
                CausesValidation="False" Text='<%# Bind("ProductManufacturerPartNumber") %>'></asp:LinkButton>
            <br />
        </ItemTemplate>
        </asp:Repeater>
        </marquee>
      </div>