Click here to Skip to main content
15,923,845 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
From last one week i stuck on a big problem. The problem of slider for asp.net. I tried almost every example or every demo which i search on google. But did not get the result which i need.Guys i used datalist, repeator, listview etc every control that i can use for create a image slider but i did not solve the problem. :(

The situation is this that i am creating a website for a dj. In which he want that every single image which he upload from control panel of this website will show in slider. His this requirement makes me crazy.... did not sleep from last three nights and did not get any better result. Please guys help me so that i can take a good sleep soon :) . Reply ASAP.....
Posted
Updated 7-May-13 1:52am
v3

Refer to below links:

Dynamic Slider

80+ Awesome jQuery Slider Plugins

It seems you are lil bit confused as client wants it dynamic. You can code such that you get image from specific folder for the slide show. Whenever client uploads new images to that folder,they would be automatically included in slider,its that easy.
 
Share this answer
 
Hi...

am used slider to audio and vedio player like blow.
audio and slider is running both same time.

C#
void Timer_Tick(object sender, EventArgs e)
        {
            if (!Isdragging)
            {
                slider.Value = mediaElement1.Position.TotalSeconds;
            }
        }


here mediaelement is player,so ur concept apply to this.

thank u.
 
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