Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

2
votes
1answer
564 views

Bind database image to the ad rotator control

I am using asp.net 2.0 and C#. I have a adrotator control, whcih I am binding to the database which has the three fields. AlternateText, ImageUrl and NavigateUrl. Now, this works fine, as per the ...
2
votes
3answers
143 views

Suggestions regarding the .NET tool to use for project

I need to develop a project that needs to have a Ticker and an AdRotator, apart from some button controls and a banner. I have two options - ASP.NET and Windows Forms. With Windows Forms, I've been ...
1
vote
1answer
65 views

Adrotator image displaying

how can we include images in adrotator in asp.net? ` <Advertisements> <Ad> <imageUrl>~/applee.jpg</imageUrl> ...
1
vote
2answers
112 views

Looking for something similar to AdRotator in .NET

I'm working on a website that has a rotation of testimonials. I need something that is similar to the AdRotator class in .NET. However instead of rotating images I'd like to rotate text blocks which ...
0
votes
1answer
88 views

Content Rotator With Content Management

I am developing a website that will have content rotator in one of the pages. The only dynamic part of the website will be the news part. I want to add a content management page for the news. The news ...
0
votes
1answer
160 views

JavaScript AdRotator?

Does anyone know of a javascript ad rotator that behaves similar to the .NET AdRotator? Some features I am looking for are... JavaScript Powered. Stand Alone Javascript. Ability to pull from XML ...
0
votes
4answers
157 views

PHP/MySQL Ad Rotation System

I have decided to do a little ad section on each of my pages but am not exactly sure how it is done. Would the advertiser submit the markup for the ad to me, where add it o the MySQL DB? Or would ...
0
votes
0answers
76 views

How to handle Adrotator Image click event

I am using adrotator control ı want to increment viewscount but i cant handle image click event Can ı convert image to imagebutton ?
0
votes
0answers
292 views

How to use the AdRotator to rotate through a list of links?

I was wondering, wether it is possible to use the Asp.net AdRotator to rotate through a List of links. This would be my business class. public class AdRotatorData { public String Name {get;set;} ...
0
votes
1answer
109 views

Can we add text and video in adrotator?

If we can add please give a small coding hint to do so.
0
votes
1answer
362 views

how to bind images stored in Binary Form in the database with the Ad-Rotator?

I have Some Images Stored in database in binary form and i want to bind them with adrotator. i know that if we are storing the URL of the image in databse then we can easily bind it,,,but i dont know ...
0
votes
1answer
364 views

ASP.NET AdRotator AdvertisementFile xml file from outside the application

I have an ASP.NET web site, let's call it MySite, and at the same level as the web site, a virtual folder - Data. And in that folder I have the xml file needed in an AdRotator control. I put ...
0
votes
1answer
228 views

Showing data with adrotator control

I am using asp.net with C#. I have a adrotator which I am binding through the database. I have following column in database table AdId AdTitle AlternateText ImageUrl NavigateUrl AdDescription It ...
0
votes
1answer
158 views

ASP.NET Adrotator Control Repeating For Length of Entire Page

I'm making a website that requires ads being repeated down the length of a page with dynamic length. I want the ads to be displayed down the entire length of the page, but I won't know that length ...
0
votes
1answer
1k views

Why will my AdRotator not display images? (Image paths are correct)

I'm writing a simple web application in C# and I've gotten to the part where I must add an AdRotator object and link four images to it. I have done this, but no matter what I do the images will not ...
0
votes
3answers
522 views

Simple testimonial rotator

I'd like to show a simple testimonial rotator on my site done in php. Php can take testimonials from either a Text file or db, but I don't understand how to create te rotator part. I'd appreciate ...