Hi all , I'm a binger programmer in asp.net, I want to make .jpg pictures change every 3 seconds, I have used AdRotator control and XML code. But I have to add some code to the page to make auto- refresh for the web page so the pictures will rotate. Can you help me please with this. or is there any way to write a code which it makes the pictures moves by it self every 3 seconds? thank you the XML code was this , but even when i make refresh it may change and some time it will need me to make several refresh to be changed
<?xml version="1.0" encoding="utf-8" ?> <Advertisements xmlns="http://schemas.microsoft.com/AspNet/AdRotator-Schedule-File"><Ad><AlternateText>Picture1</AlternateText><ImageUrl>C:\Inetpub\wwwroot\zahran\bin\every thing\bedroom\222.jpg</ImageUrl><Impressions>10</Impressions><Keyword>Room1</Keyword><NavigateUrl></NavigateUrl> </Ad><Ad><AlternateText>Picture2</AlternateText><ImageUrl>C:\Inetpub\wwwroot\zahran\bin\every thing\bedroom\333.jpg</ImageUrl><Impressions>20</Impressions><Keyword>Room2</Keyword><NavigateUrl></NavigateUrl> </Ad><Ad><AlternateText>Picture3</AlternateText><ImageUrl>C:\Inetpub\wwwroot\zahran\bin\every thing\bedroom\444.jpg</ImageUrl><Impressions>30</Impressions><Keyword>Room3</Keyword><NavigateUrl></NavigateUrl> </Ad></Advertisements>
Notice from jlhaslip:
added code tags