He there,
What I'm looking to do is add content to a TextTemplate to the ImageSliderItem object of an ASPxImageSlider control in codebehind at runtime. I want to be able to add an image url to the ImageSliderItems and a header, a line of text and a hyperlink to each of my image panes' TextTemplate objects at runtime in the control.
I can't seem to find any material that deals with this and I have used the demo center example to setup my slider with static images, text and links for the moment.
I know that the TextTemplate property of the ImageSliderItem object impliments the ITemplate interface but what I don't know is how to arrange my data and set the properties source.
Can you please help.
Thanks.