Search code examples
asp.netvb.netlistviewvisual-studio-2008animation

Animating list view page changes


I would like to add a player to advance pages of a list view control on a web page.

ORIG: (I'm sure there may be some java script solutions but I would like to not use java script and instead some sort of animation or even AJAX. In the end I need a stable and fast solution. I am stuck with .Net 3.5 in vb.net VS2008.)

I'll consider any ASP integratable solution.

All of my search results have not returned any help in this area.

I am familiar with the DataPager and have implemented the control to navigate the listview with a page size of =1. I would like the player to cycle through the listview pages with a start, pause, reverse.

The pager still needs to be able to navigate records as well.


Solution

  • Edit 0


    For a stable and fast solution (which is not free), I'd recommend telerik. It looks like it would be exactly what you need.

    There are other solutions. I recommend looking at the answers to the questions below (ranked by possible usefulness).