Rank: Newbie Groups: Member
Joined: 11/29/2010 Posts: 7
|
Hi there... I got a slide control, with n items when i`m populating slide, track every item with code, name and other stuff... i want to set a explicit item (i.e. the third item in smallitems) when the page loads. it is possible?
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi,
I am not exactly sure what you mean by "set an explicit item". If you meant that you wish the Slide to display item X instead of the first item, then you can set the slide's FirstItemIndex to the proper item index. If you meant that you wish to change the contents of a specific item, then you will usually need to do it through your data source and data binding. That part is not related to the Slide control.
Hope this helps.
Thanks!
|