I am working with ImageSlider. It shows up initially empty but the dot indicator indicates the first image. I can call ImageSlider1.NextImage but then it actually shows image #2.
How can I make it start showing the first image?
It's the same with Erel's official demo. If you out comment the btnNext_Click in UpdateState, the slider shows up empty. And with the btnNext_Click, it shows image #2.
Often it really doesn't matter where you start in the carousel, but in my case I need to start with the first image.
Of cource I could call NextImage + PrevImage but that is a workaround. I am sure it must be possible to make the first image show up.
How can I make it start showing the first image?
It's the same with Erel's official demo. If you out comment the btnNext_Click in UpdateState, the slider shows up empty. And with the btnNext_Click, it shows image #2.
Often it really doesn't matter where you start in the carousel, but in my case I need to start with the first image.
Of cource I could call NextImage + PrevImage but that is a workaround. I am sure it must be possible to make the first image show up.