1

how can we include images in adrotator in asp.net? `

<Advertisements>
  <Ad>
    <imageUrl>~/applee.jpg</imageUrl>
    <NavigateUrl>http://www.apple.com/in/</NavigateUrl>
     <AlternateText>APPLE MAC</AlternateText> 
  <Impressions>50</Impressions> 
  </Ad>`
ganesh
  • 307
  • 5
  • 13
  • you mean multiple images ? cause I think your code is working after you check the address of the image – salahy Oct 13 '11 at 06:32

1 Answers1

0
<Advertisements>
  <Ad>
    <ImageUrl>images/applee.jpg</ImageUrl>
    <NavigateUrl>http://www.apple.com</NavigateUrl>
    <AlternateText>APPLE MAC</AlternateText> 
    <Impressions>50</Impressions> 
  </Ad>
</Advertisements>
IrishChieftain
  • 15,108
  • 7
  • 50
  • 91