WEB开发网
开发学院手机开发Windows Mobile 开发 移动控件介绍及详细使用方法 阅读

移动控件介绍及详细使用方法

 2011-01-06 10:58:45 来源:WEB开发网   
核心提示: 首页完成改版,来提意见< ImageUrl>images/sina.gif< /ImageUrl>< NavigateUrl>http://www.sina.com< /NavigateUrl>< AlternateText>新浪网< /Altern
首页完成改版,来提意见

< ImageUrl>images/sina.gif< /ImageUrl>

< NavigateUrl>http://www.sina.com< /NavigateUrl>

< AlternateText>新浪网< /AlternateText>

< Keyword>User Group< /Keyword>

< Impressions>1000< /Impressions>

< StartDate>5/30/05< /StartDate>

< EndDate>7/5/05< /EndDate>

< /Ad>

< /Advertisements>

现在我们可以使用AdRotator移动控件显示XML文件中的广告信息,你只需设置AdRotator移动控件的AdvertisementFile属性为清单1的AdRotator.xml文件即可。

清单2:AdRotatorDefault.aspx

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

< %@ Register TagPrefix="mobile" Namespace="System.Web.UI.MobileControls" Assembly="System.Web.Mobile" %>

< html xmlns="http://www.w3.org/1999/xhtml" >

< body>

< mobile:Form id="Form1" runat="server">

< mobile:AdRotator ID="AdRotator1" Runat="server" AdvertisementFile="~/AdRotator.xml">

< /mobile:AdRotator>

< /mobile:Form>

< /body>

< /html>

Calendar控件

Calendar(日历)控件通常是用来实现日期的选择功能,你可以从工具箱拖拽一个Calendar控件到移动WEB Form控件上。Calendar控件在默认状态下通常显示当前月,如果要改变默认的显示日期的话,你可以设置Calendar控件的 VisibleDate属性。还有一个重要的属性就是SelectedDate,它可以在Calendar控件上选定一个指定的日期。

SelectionMode 属性用来获取或设置Calendar控件的日期选择模式。默认的设置为Day,这样用户就可以在 Calendar 控件上选择单个日期。你还可以设置该属性的日期选择模式为DayWeek或DayWeekMonth。DayWeek设置允许用户在Calendar控件上选择选择单日或整周,DayWeekMont设置允许用户在Calendar控件上选择单个日期、周或整月。你可以在设计阶段更改这些设置,也可以在运行时通过代码更改这些设置。当用户改变了当前选中的日期时,将会激发一个Calendar控件中的SelectionChanged事件。下表是

上一页  1 2 3 4 5 6 7  下一页

Tags:移动 控件 介绍

编辑录入:爽爽 [复制链接] [打 印]
赞助商链接