|
| AdRotator inside ContentTemplate issue. |
 |
Wed, 27 Sep 2006 18:16:04 +000 |
Hello all:
Can someone please help me figure out why the following code would not work ?
Quote:
<atlas:TimerControlrunat="server"Interval="3000"ID="
AtlasTimer"Enabled="True"/>
<atlas:UpdatePanelrunat="server"ID="Updatepanel1"Mode=&qu
ot;Always">
<ContentTemplate>
<asp:AdRotatorID="AdRotator1"runat="server"AdvertisementF
ile="~/banner.xml"Target="_self"/>
</ContentTemplate>
<Triggers>
<atlas:ControlEventTriggerControlID="AtlasTimer"EventName="Tic
k"/>
</Triggers>
</atlas:UpdatePanel>
Unquote:
I tried update panel mode "Conditional" and that did not work either.
I'd appreciate someone showing some light on this area.
Regards,
Melvyn David.
|
| Post Reply
|
|
|
|
|
|
|
|
|
|