Hello,
I would like to change an image src to the image that i click on in radrotator.
Would appreciate some help!
Thanks!
I would like to change an image src to the image that i click on in radrotator.
<
img
id
=
"propImg"
runat
=
"server"
src
=
""
/>
<
telerik:RadRotator
ID
=
"thumbRotator"
runat
=
"server"
BackColor
=
"Transparent"
OnItemClick
=
"viewImage"
EnableRandomOrder
=
"true"
BorderStyle
=
"NotSet"
BorderWidth
=
"0"
BorderColor
=
"Transparent"
PauseOnMouseOver
=
"true"
RotatorType
=
"CoverFlowButtons"
Width
=
"430"
Height
=
"180"
ItemHeight
=
"190px"
ItemWidth
=
"200px"
FrameDuration
=
"1"
ScrollDirection
=
"Left, Right"
Skin
=
"MetroTouch"
>
<
ItemTemplate
>
<
asp:Image
ID
=
"myImage"
Width
=
"190px"
Height
=
"180px"
runat
=
"server"
ImageUrl='<%# Container.DataItem %>' AlternateText='<%# VirtualPathUtility.GetFileName(Container.DataItem.ToString()) %>' />
</
ItemTemplate
>
</
telerik:RadRotator
>
Would appreciate some help!
Thanks!