Paolo, I personally use the cycle plugin for slideshows, and it's worked nicely so far.
If you don't want to use a server side repeater to build your list of images and would prefer to do it client side, I would use a technique like the one in this article http://encosia.com/2008/06/26/use-jquery-and-aspnet-ajax-to-build-a-client-side-repeater/ Andrew On Dec 7, 9:32 am, PaoloTCS <[EMAIL PROTECTED]> wrote: > I am brand new to JQuery, but very excited over it. I have looked at > s3Slider and similar packeges, but they all seem to get their images > statically, either by referencing a folder or by just referring to > them ("1.jpg, 2.jpg, .... "). I have a database with image paths > (images/woof1.jpg), for example. How do I use JQuery with an asp.net > technology, like Linq, or even a Web Service to be able to "feed" a > slideshow, or anything similar? > > Thanks to all, > > Paolo