Hi,
I used rad rotator for rotating the latest 10 images from a folder by retrieving their names from database.
This is working but image borders are rotating i.e., images are not displaying in the rotator
here is my aspx code
pls get me out of this
I used rad rotator for rotating the latest 10 images from a folder by retrieving their names from database.
This is working but image borders are rotating i.e., images are not displaying in the rotator
here is my aspx code
<telerik:RadAjaxPanel ID="RadAjaxPanel1" runat="server" Height="120px" Width="680px"><telerik:RadRotator ID="RadRotator1" runat="server" Height="120px" Width="680px" ScrollDuration="500"
ScrollDirection="Right" FrameDuration="1500" ItemWidth="120px" ItemHeight="100px" RotatorType="AutomaticAdvance"DataSourceID="SqlDataSource1"><ItemTemplate><asp:Image ID="image1" runat="server" CssClass="image" ImageAlign="left" Visible="true"
ImageUrl='<%# String.Format("~/images/movies/{0}", DataBinder.Eval(Container.DataItem, "imagename")) %>' /></ItemTemplate> </telerik:RadRotator><asp:SqlDataSource ID="SqlDataSource1" runat="server" ConnectionString="<%$ ConnectionStrings:cinema mistakesConnectionString %>"SelectCommand="SELECT TOP 10 [imagename] FROM [movie] ORDER BY [mid] DESC"></asp:SqlDataSource> </telerik:RadAjaxPanel>pls get me out of this
