HomeCommunityControl GalleryForm ControlsAds and BannersAutoscroll Holder (for ASP.NET 1.1 and 2.0)

Autoscroll Holder (for ASP.NET 1.1 and 2.0)



Submit a Review

1,091 Downloads

14,298 Views


Description

An AutoScrollHolder scrolls its content to any direction at any speed. It can contain any valid aspx contents.

Syntax Example

<!-- The autoscrollholder contains a gridview control --> <cc:AutoScrollHolder id="spDown" runat="server" scrolldirection="down" scrollspeed="200" Width="100px" Height="100px"> <asp:gridview ... ... /> </cc:AutoScrollHolder>

Reviews

Submit a review