Click here to Skip to main content
15,888,521 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
sir i want to create a jquery image slider and i want to display images saved in database in image slider..pls help thanks in advance...for eg take a look at this site there are two slider i want to create the same
http://www.jllresidential.com/in/[^]
Posted
Updated 25-Sep-12 20:53pm
v2

Did you try out by yourself?

Start from here: jQuery UI - Slider Demos & Documentation[^]

When I did LMGFY[^], got these top two result:
Wow Slider[^]
30 jQuery Image Slider Plugins and Tutorials[^]

If you get stuck, do post specific issue you face.
 
Share this answer
 
You can use any Jquery Slider from 30 Jquery Sliders

For Example SlideJS, here the images in the jquery slider are set by this code

HTML
<a href="http://www.zappos.com/pro-keds-royal-plus-lo-grey" target="_blank"><img src="img/1144953-3-2x.jpg" width="366" alt="1144953 3 2x"></img></a>


You can set an id to this img tag or replace with a asp image tag , give it a id, and set the image location in your .cs page by getting the image location from database.

I hope this helps
 
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