问题标签 [adrotator]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
c# - 将图像从 SQL Server 数据库(图像字段)绑定到 Ad Rotator
我已经在 stackoverflow 上搜索了答案,但找不到任何对我有帮助的东西。
我正在尝试获取一个将显示存储在数据库中的图像的广告旋转器。不同的产品会有5个不同的广告。产品存储在 cookie 中,每次订购后都会有所不同。我知道我必须从数据库中检索二进制文件并将其转换为图像。这是我尝试过的(现在只测试一个产品。然后我可以使用 foreach 循环或其他东西,想先得到正确的想法):
但是这段代码不起作用。我收到一条错误消息说
所以我有两个问题:1.这样做的正确方法是什么?2. 如何为 Ad Rotator 的 XML 文件中的 ImageUrl 字段分配正确的值?
预先感谢您的任何帮助!
c# - 如何使用 adrotator 显示多个广告?
我正在使用 adrotator 在页面中显示广告。我有两个图像保存在 xml 文件中;我想在页面上显示。但是 adrotator 被导航到 xml 文件,而不是专门的广告。因此,当我运行该页面时,它采用了随机图像。然后我添加了另一个adrotator,但他们仍然选择随机选择图像,而不是单独选择。我想知道有没有办法在页面上显示两个图像?这是我的 aspx 和 xml 文件:
html - How can I get my AdRotator ads to stay within the div?
I've got an AdRotator set up in the typical way (I think), with an xml file like so:
...and am adding it to my html like so:
I'm thinking this should keep the AdRotator images within that column, but they spill out over the whole page - into the middle column and the right column, also:
The images/ads should remain within the black rectangle. Why is the image/"ad" overflowing the div it's placed in, and how can I force it to remain within bounds?
UPDATE
I have the same exact problem when I change out the AdRotator for a Hyperlink:
c# - 数据库 ASP.NET C# 中未显示的图像
我正在尝试使用“AdRotator”显示广告并从数据库中检索图像。不幸的是,图像没有出现。我仔细检查了 URL 路径,一切看起来都完好无损。不知道我错过了什么,也许第二双眼睛会有所帮助?下面附上我的代码和数据库架构。
广告_横幅
广告_横幅(样本数据)
WebForm1.aspx