or
<
telerik:RadRotator
ID
=
"rrTest"
runat
=
"server"
WrapFrames
=
"true"
Width
=
"708"
height
=
"17"
ScrollDirection
=
"Left"
ScrollDuration
=
"19000"
FrameDuration
=
"0"
RotatorType
=
"AutomaticAdvance"
ItemHeight
=
"15px"
ItemWidth
=
"1450"
>
<
ItemTemplate
>
<
div
style
=
""
>
<% Response.Write(mystring); %>
</
div
>
</
ItemTemplate
>
</
telerik:RadRotator
>
var control = $find("controlID") |
or |
var control = $find('<%= controlID.ClientID %>'); |
ctl00_ucRTKTemplate_ctl04_ctl00_cmFileView
<
div
class
=
"searchResult"
>
<
div
style
=
"font-weight:bold;"
>#= Text #</
div
>
<
div
style
=
"font-size:.8em; font-style:italic;"
>#= DataItem.notes #</
div
>
</
div
>