Rotating Banner
I need a rotating banner functionality to use on a html page, does any one know where can i get this done in asp.net?
View RepliesI need a rotating banner functionality to use on a html page, does any one know where can i get this done in asp.net?
View RepliesIf you needed to have a side bar, that had room for 2 or 3 graphical ads, and you had say 8 ads to pick from, and you wanted each page to just randomly load ads but never put the same 2 or3 ads on the same page...
View Replies View RelatedI am looking for a ASP script that will allow me to rotate banners on the results page when called from a database. Would like to link the banners with the subject called from the database i.e. if someone looked for results on travel the banners would be travel related and so on. Anyone know of a good script out there, dont mind paying for it.
View Replies View RelatedI am looking for code which can rotate pictures without refreshing the page. I want to read randomly selected 5 images from database and then keep on rotating them every 5 seconds.
View Replies View Relatedanyone in here got an idea how i can rotate a selected schedule for a specific person...for example
MISTER A
Sched 1
Sched 2
Sched 3
MISTER B
Sched 2
Sched 3
Sched 1
MISTER C
Sched 3
Sched 1
Sched 2
do you have any idea how i can rotate all the scheds everytime i add a person?
Rotating Ad with database to keep click records. Hi there, anyone know of some asp code or similar to create a rotating ad a page, which also keeps track of how many people clicked on to the particular ad?
View Replies View Relatedlooking for a rotating ad banner that shows a new image say every 15-20
seconds. can you suggest something that I might be able to use.
NOTE: This is for my church so if it were free I won't have to pay out of
pocket.
Does any one have idea how to show banner ad in asp page. I am using ad rotator component but only problem is that its need to refreshed everytime either auto or mannual everytime for loading different image. Does anyone have any clue about banner ad without actually refreshing the page.
View Replies View RelatedI am tearing my hair out. i am trying to serve normal banners to an asp file originated from an access database.
i wasn't able to use the normal javascript rotator as the array comes from the DB.
i can't use the normal IIS Ad.rotator module as it loads a new banner only when the page is reloaded therefore has anyone any ideas of what i can dO ie: dynamically served banners rotated on a single page every 10 seconds without refreshing the page.
I have some third party sponsor banners on my website and since installing the entire page pauses loading then displays the whole page. It seems that the page is waiting on the banners. Is there a way to set IIS or coding to load the page and then load the banners if they take longer to load?
View Replies View RelatedDoes anyone know of a Banner Exchange program in ASP availavble for download - or is there a way to convert PHP programs into ASP.
View Replies View RelatedI am looking to have some advertising on my site. To do this I was going to go by the amount of Banner impresions. eg. 10000 impressions = £££. What I was thinking is to have in a database on how many impressions a advertiser has paid for then to take away 1 each time there banner is displayed, but I am not sure How I am going to take 1 impression away from each time their banner is shown on a page.
View Replies View RelatedAnyone with a good resource on how to make random banners appear? These banners are different in sizes... let's say:
Set 1: 1 banner 120 x 600 ( skyscraper size )
Set 2: 3 banners 88 x 31 ( button size )
Let's say the first time I load the page, Set 1 appears. When the page is reloaded or refreshed, Set 2 appears. All the banners have links to external sites, and they must be preserved. Can this be done without ASP coding at all, maybe just with JS?
I need a dynamic banner generating code for putting in forum as signature. The code should pick banner urls from a MSSQL databse and display the banner image in the forum signature where we paste the code, the banner should change each time on loading and track the impression.
Forums dont accpet dynamic pages, so need to code in some special way so that forums dont see it as a dynamic page. Code:
How would i go about making a banner rotator but have it so that when the banner is clicked another image is displayed in the banner place?
second question...how would i make i like that when it is clicked it sets a cookie?
I'm currently using the MS Banner Rotator component that comes default with IIS, but all the tutorials i find are nly concentrating on rotating the banners per "refresh" of the page using a text file with a weighted percentage of what pic gets shown.
I would like to be able to set it so that a banner is shown every 10 seconds or so and is clickable etc...
Is this a pain or should i just bung them all in a flash movie or something?
We have a site that has been developed in Visual Interdev that we use the PageNavBar object for the banners on each page. I have noticed that we seem to have gotten into a situation where whenever we add a new page to the site diagram, some other page loses it's banner.
Can anyone tell me if there is some numerical maximum number of pages that can appear on a site diagram? Is there some other explanation for this that I am missing? Is there a solution?
Has anybody found a simple, no zone, banner ad management app? I just want click through and a start stop date function. I have see everything from soup to nuts on ad management form $10.00 to $4900.00. Just want it simple.
View Replies View RelatedI am having a problem with a system of banner, it walks presenting in all the pages this error:
Microsoft OLE DB Provider for ODBC Drivers error '80004005'
[Microsoft][ODBC Microsoft Access Driver]General error Unable to open registry key 'Temporary (volatile) Jet DSN for process 0x1b98 Thread 0x2444 DBC 0x8499024 Jet'.
/banner/include/admentordb.asp, line 42
They see what it exists written in line 42, where it accuses the error Code:
I'm doing a banner ad management system and am storing about 400 banners in my database. I need to pull them all and then sort them by weight and pull randomly from that sort to populate the page with banners (6 per page).
My problem is that pulling 400 banners and sorting them on every page is obviously a performance issue.
Does ASP have any sort of session or page caching capability that would allow me to cache these results and then update the cache anytime something changes with the banner database tables?