This is a migrated thread and some comments may be shown as answers.

rotator not working in asp:Content page

1 Answer 53 Views
Rotator
This is a migrated thread and some comments may be shown as answers.
komathi priya
Top achievements
Rank 1
komathi priya asked on 23 Jul 2010, 10:00 AM
hi,

the rotator is working fine in the normal aspx page, but if place the same rotator in the content page it's not working ,
i want to use rotator also in the my master page it's also not working , how can i use , below is the my design code


this is in my aspx page
<%@ Page Title="" Language="C#" MasterPageFile="~/MasterPage.master" AutoEventWireup="true" CodeFile="Default3.aspx.cs" Inherits="Default3" %>

<%@ Register Assembly="Telerik.Web.UI" Namespace="Telerik.Web.UI" TagPrefix="telerik" %>

<asp:Content ID="Content1" ContentPlaceHolderID="head" Runat="Server">
</asp:Content>
<asp:Content ID="Content2" ContentPlaceHolderID="ContentPlaceHolder1" Runat="Server">
    <asp:ScriptManager ID="ScriptManager1" runat="server">
    </asp:ScriptManager>
    
<telerik:RadRotator id="RadRotator2" runat="server" ScrollDirection="Up" 
RotatorType="AutomaticAdvance" InitialItemIndex="0"  
ScrollDuration="300" ItemWidth="500px" Width="510px" Height="100px" 
ItemHeight="100px">
<ItemTemplate>
    
<strong>
<a href="Default.aspx"> <asp:Image ID="Image1" ImageUrl="images/electronic-medical-records-systems.jpg"    runat="server" /></a>
</strong>
<br />
<span >Starts:</span>
<span ></span>
<br />
</ItemTemplate>
<SlideShowAnimation Type="Fade" Duration="300" />
</telerik:RadRotator>
</asp:Content>


kindly provide me solution i'm in urgent need..

regards
priya

1 Answer, 1 is accepted

Sort by
0
Pero
Telerik team
answered on 27 Jul 2010, 01:39 PM
Hello Priya,

I created a sample project to try to reproduce the issue, but to no avail. The sample demo is attached to the thread. Could you please modify it so the problem can be reproduced and sent back the code? Additionally provide more information about the issue. Is it a JavaScript problem? Is it a server-side issue?

Regards,
Pero
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
Tags
Rotator
Asked by
komathi priya
Top achievements
Rank 1
Answers by
Pero
Telerik team
Share this question
or