With AdRotator adrvertisements keep changing....... .
I write the below code no error is there but two pictures are not displayed simultaneously and even they are not moving....
When we execute the below code.One picture is displayed...and when we refresh the page then the second picture is displayed...... .
<html>
<form runat ="server>
<asp:AdRotato r id="AdRotator1 " runat="server"
Target="_self"
AdvertisementFi le="Ads.xml"/>
</form>
</html>
<Advertisements >
<Ad>
<ImageUrl>Image s/cash.jpg</ImageUrl>
<NavigateUrl>Ma ilDescription.a spx</NavigateUrl>
<AlternateText> Microsoft Main Site</AlternateText>
<Impressions>80 </Impressions>
<Keyword>Topic1 </Keyword>
<Caption>This is the caption for Ad#1</Caption>
</Ad>
<Ad>
<ImageUrl>Image s/ladki.jpg</ImageUrl>
<NavigateUrl>so niayahoo.aspx</NavigateUrl>
<AlternateText> Wing Tip Toys</AlternateText>
<Impressions>80 </Impressions>
<Keyword>Topic2 </Keyword>
<Caption>This is the caption for Ad#2</Caption>
</Ad>
</Advertisements>
Please tell me how it is done to rotate two pictures simultaneouly.. .
I write the below code no error is there but two pictures are not displayed simultaneously and even they are not moving....
When we execute the below code.One picture is displayed...and when we refresh the page then the second picture is displayed...... .
<html>
<form runat ="server>
<asp:AdRotato r id="AdRotator1 " runat="server"
Target="_self"
AdvertisementFi le="Ads.xml"/>
</form>
</html>
<Advertisements >
<Ad>
<ImageUrl>Image s/cash.jpg</ImageUrl>
<NavigateUrl>Ma ilDescription.a spx</NavigateUrl>
<AlternateText> Microsoft Main Site</AlternateText>
<Impressions>80 </Impressions>
<Keyword>Topic1 </Keyword>
<Caption>This is the caption for Ad#1</Caption>
</Ad>
<Ad>
<ImageUrl>Image s/ladki.jpg</ImageUrl>
<NavigateUrl>so niayahoo.aspx</NavigateUrl>
<AlternateText> Wing Tip Toys</AlternateText>
<Impressions>80 </Impressions>
<Keyword>Topic2 </Keyword>
<Caption>This is the caption for Ad#2</Caption>
</Ad>
</Advertisements>
Please tell me how it is done to rotate two pictures simultaneouly.. .
Comment