Click here to Skip to main content
15,891,930 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
In my design, I have to show the data with scrolling..

If i take mouse hover it should pause and it appear like hyper link..

What control is supporting in DOT NET

can any one suggest me, How to do the process please...
Posted

1 solution

There is no .NET control for this.

You will need to use client side script, or preferably a client side scripting library that supports animation.

If you want to stick on the MS stack, use the AJAX toolkit (from www.asp.net).

Otherwise, there are about a gazillion jQuery plugins that would do this, so check out the jQuery library (you only have to add a script reference to get it to run on your page).

Cheers.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900