Sign in | Join
Last post 05-17-2008 7:46 PM by 101jonny. 2 replies.
Sort Posts: Oldest to newest Newest to oldest
Can you insert text into an AdRotator?
Not as it stands. You could look at creating your own control that inherits from the AdRotator and overriding the Render event so that it doesn't spout out <img src> tags, then replace that with your text instead. Alternatively, if you want to display text randomly, you would probably be better off using a database.
http://ajaxnet.wordpress.com/2007/12/06/how-to-retrieve-a-random-records-in-aspnet/
Thanks
Jonny