Control Slide Show.
-
Dear Expert, I have Created a User Control Which Display the Match Fixture of the Football Game. I Place this Control In the Repeator Control and Fixture Data is come from the Database.NOw I want to display that control as a slide show.Means One User control with one data at a time.all the help and suggestion are highly appreciated.
-
Dear Expert, I have Created a User Control Which Display the Match Fixture of the Football Game. I Place this Control In the Repeator Control and Fixture Data is come from the Database.NOw I want to display that control as a slide show.Means One User control with one data at a time.all the help and suggestion are highly appreciated.
add the position attribute to the repeater control as relative and for the user control in Item Template add the position style attribute as absolute with left and top as 0. Also make sure you give a zindex attribute in a progressive way. Then using client side javascript you can change the z-index to give a slide show effect. e.g: . . . . . uc1:\[yourusercontrol\] now use a javascript to get hold of the inner contents and change the zIndex attribute value. Let me know if you need sample code.
Regards, Cybernate