<%@ Page Language="vb" AutoEventWireup="true" %>
<!DOCTYPE html>
<
head
runat
=
"server"
>
<
title
>Telerik ASP.NET Example</
title
>
<
link
rel
=
"stylesheet"
type
=
"text/css"
href
=
"Styles.css"
/>
</
head
>
<
body
>
<
form
id
=
"form1"
runat
=
"server"
>
<
telerik:RadScriptManager
runat
=
"server"
ID
=
"RadScriptManager1"
/>
<
telerik:RadSkinManager
ID
=
"RadSkinManager1"
runat
=
"server"
ShowChooser
=
"true"
/>
<
div
class
=
"demo-container no-bg"
>
<
div
class
=
"testimonialTop"
>
<
img
src
=
"images/testimonialTop.gif"
height
=
"66"
width
=
"176"
alt
=
""
title
=
""
style
=
"border: 0px;"
/></
div
>
<
div
class
=
"testimonialText"
>
<
telerik:RadRotator
RenderMode
=
"Lightweight"
ID
=
"RadRotator1"
runat
=
"server"
Skin
=
"Silk"
DataSourceID
=
"xmlDataSource1"
FrameDuration
=
"3000"
RotatorType
=
"AutomaticAdvance"
ScrollDirection
=
"Up"
Height
=
"190px"
Width
=
"178px"
>
<
ItemTemplate
>
<
div
style
=
"width: 166px; height: 188px; padding: 0 6px;"
>
<%# XPath("product") %>
</
div
>
</
ItemTemplate
>
</
telerik:RadRotator
>
</
div
>
<
div
class
=
"testimonialBottom"
>
<
img
src
=
"images/testimonialBottom.gif"
height
=
"59"
width
=
"176"
alt
=
""
title
=
""
style
=
"border: 0px;"
/></
div
>
</
div
>
<
asp:XmlDataSource
ID
=
"xmlDataSource1"
runat
=
"Server"
DataFile
=
"product.xml"
></
asp:XmlDataSource
>
</
form
>
</
body
>
</
html
>