Autoscroll Holder (for ASP.NET 1.1 and 2.0)
| Author |
|
| Company |
Dotnet Ideas |
| Source Code Available |
No |
| License Type |
Commercial |
| Submitted On |
June 24, 2005 |
| Updated on |
July 25, 2007 |
| .NET Framework |
1.x |
| Cost |
$50 |
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