<MARQUEE scrollAmount=3  loop=-1 scrollDelay=77 direction=up width=100 height=200 onmouseout="this.start()" onmouseover="this.stop()">
                    <asp:GridView ID="GridView1" runat="server" AutoGenerateColumns="False" DataSourceID="SqlDataSource1">
                        <Columns>
                            <asp:BoundField DataField="au_fname" HeaderText="au_fname" SortExpression="au_fname" />
                        </Columns>
                    </asp:GridView>
                    </marquee>
我想要做成gridview里面的文字向上滚,但是尾和头要连在一起,我这样做的话也会向上滚,但是尾和头没有连在一起,它是向上滚,但是到了尽头他会等着全部结束再重新来过,我不想这样,我想一开始的时候可以见到部分数据,然后向上滚,到了结束的时候又连着第一连数据继续下去,哎,你们明白我的意思吗?