I have a set of objects and each object keeps track of some stars. Those objects are created on page load and stored in the object array. I have four user controls in the ASK file which displays the string of a particular object at a time.
And I have the same ASCX file play button that is set to set to default. When I load the ascx it displays the first set of wire in a particular object. And after 5 seconds interval I should display the second set of strings in the next object. When the play button is pushed, it should also go in a break position.
Can anyone start to achieve this requirement? Basically, you want a 'slideshow' of your ASCX controls. I / C is a common way of doing this. Use Javascript and CSS to make all ASCX visible and one at a time.
Google for 'html css javascript slide show'
Comments
Post a Comment