ASP.NET 中 AdRotator(广告控件)的使用

 ASP.NET  AdRotator(广告控件)的使用。

1.A,控件-AdRotator(广告控件)返回顶部

 

AdRotator服务器控件

 

 

 

属性

描述

 

ImageUrl

图像文件的绝对路径或相对地址

 

NavigateUrl

当图像被点击时,可访问相应的网页 

 

AlternateText 

当鼠标移动到图片上方时,将显示的提示信息 

 

keyword 

指定广告的分类,我们可以利用此属性来对广告条进行分类 

 

Impressions 

指定图片在表格中的大小 

/Ad/X.jpg  图片位置

/Intro.xml  广告信息编写(格式及规范)



  
    Ad/1.jpg
    http://www.baidu.com
    欢迎访问百度1
    百度
    80
  
  
    Ad/2.jpg
    http://www.163.com
    欢迎访问网易2
    网易
    80
  
  
    Ad/3.jpg
    http://www.baidu.com
    欢迎访问百度2
    百度
    80
  
  
    Ad/4.jpg
    http://www.163.com
    欢迎访问网易3
    网易
    80
  

 

/Intro.aspx  调用

<%@ Page Language="C#" AutoEventWireup="true" CodeFile="Intro.aspx.cs" Inherits="Advanceapp_Intro" %>





    


    

AdRotator和XML控件结合

广告条演示



 

你可能感兴趣的:(ASP.net)