AdRotator in ASP.Net

Collapse
X
 
  • Time
  • Show
Clear All
new posts

  • sonia.sardana
    replied
    hai dear THX me also from India..........
    U have write the same material which i have already used...Insted of impressions u write impression.

    Not working,same o/p

    Leave a comment:


  • srikanth reddy
    replied
    hai baby i am M.S.Reddy form India.......... ...........


    Example AdRotator :-


    <Advertisemen t >


    <Ad>
    <Imageurl> Reddy.gif </Imageurl>
    <Navigateurl>ww w.myreddy.com</Navigateurl>
    <AlternateText> ReddyLog</AlternateText>
    <Impression>9 0</Impression>
    </Ad>


    <Ad>
    <Imageurl> s.gif </Imageurl>
    <Navigateurl>ww w.shubcall.com</Navigateurl>
    <AlternateText> shubcallLog</AlternateText>
    <Impression>9 0</Impression>
    </Ad



    </Advertisement >


    Try Baby ............... .....

    Leave a comment:


  • sonia.sardana
    started a topic AdRotator in ASP.Net

    AdRotator in ASP.Net

    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.. .
Working...