Serving multiple ads on single ad using AdRotator
-
Hello, I am working with AdRotator control in asp.net and sql server database. In my homepage have 120 x 600 size. Here i want to display diferent ads on every refresh as follows: 1)single 120 x 600 ad 2)two 12 x 300 ads 3)four 120 x 150 ads How to display like this please tell me Thanks in advance
modified on Sunday, December 6, 2009 2:15 PM
-
Hello, I am working with AdRotator control in asp.net and sql server database. In my homepage have 120 x 600 size. Here i want to display diferent ads on every refresh as follows: 1)single 120 x 600 ad 2)two 12 x 300 ads 3)four 120 x 150 ads How to display like this please tell me Thanks in advance
modified on Sunday, December 6, 2009 2:15 PM
Set the style width/ height to them. But if you are using AdRotator you cant display two or more ads in one control. It comes one at a time. So if you want to do this, create your own custom adrotator control which has this facility. Or you can use javascript to display more than one image as well.. :)
Abhishek Sur **Don't forget to click "Good Answer" if you like this Solution.
My Latest Articles-->** Simplify Code Using NDepend
Basics of Bing Search API using .NET
Microsoft Bing MAP using Javascript -
Set the style width/ height to them. But if you are using AdRotator you cant display two or more ads in one control. It comes one at a time. So if you want to do this, create your own custom adrotator control which has this facility. Or you can use javascript to display more than one image as well.. :)
Abhishek Sur **Don't forget to click "Good Answer" if you like this Solution.
My Latest Articles-->** Simplify Code Using NDepend
Basics of Bing Search API using .NET
Microsoft Bing MAP using JavascriptThanks for the reply Can u please tell me the example.
-
Thanks for the reply Can u please tell me the example.
Check this out.. http://javascript.internet.com/text-effects/banner-ad-rotator.html[^] Modify this to one which suits you. :cool:
Abhishek Sur **Don't forget to click "Good Answer" if you like this Solution.
My Latest Articles-->** Simplify Code Using NDepend
Basics of Bing Search API using .NET
Microsoft Bing MAP using Javascript -
Check this out.. http://javascript.internet.com/text-effects/banner-ad-rotator.html[^] Modify this to one which suits you. :cool:
Abhishek Sur **Don't forget to click "Good Answer" if you like this Solution.
My Latest Articles-->** Simplify Code Using NDepend
Basics of Bing Search API using .NET
Microsoft Bing MAP using JavascriptThanks for the reply But i want to display ads exactly like below: Plz follow the link http://www.adspeed.com/Knowledges/15/Ad_Serving/Serving_Multiple_Ads_with_Single_Ad.html[^] Thank you