2009年3月17日

ASP.NET Mobile PhoneCall Control[转]

摘要: Definition and Usage 定义和用法 The PhoneCall control is used to specify a phone number to call. PhoneCall控件的作用是:指定需要呼叫的电话号码。 For devices that can make a phone call, this control is displayed as an element... 阅读全文

posted @ 2009-03-17 17:24 黄裳 阅读(354) 评论(0) 推荐(0)

ASP.NET Mobile Calendar Control[转]

摘要: Definition and Usage 定义和用法 ... 阅读全文

posted @ 2009-03-17 17:23 黄裳 阅读(286) 评论(0) 推荐(0)

ASP.NET Mobile AdRotator Control[转]

摘要: Definition and Usage 定义和用法 The AdRotator control is used to display a sequence of ad images in a mobile page. AdRotator 控件的作用是:显示移动页面中的一组图像序列。 This control uses an XML file to store the ad information... 阅读全文

posted @ 2009-03-17 17:21 黄裳 阅读(228) 评论(0) 推荐(0)

ASP.NET Mobile ValidationSummary Control[转]

摘要: Definition and Usage 定义和用法 The ValidationSummary control is used to display a summary of all validation errors occurred in a Web page. ValidationSummary 控件的作用是:显示页面中所有的验证错误。 The error message displaye... 阅读全文

posted @ 2009-03-17 17:20 黄裳 阅读(141) 评论(0) 推荐(0)

ASP.NET Mobile RequiredFieldValidator Control[转]

摘要: Definition and Usage 定义和用法 The RequiredFieldValidator control is used to make an input control a required field. RequiredFieldValidator控件的作用是:使输入控件变成一个必要的输入域。 With this control, the validation fails i... 阅读全文

posted @ 2009-03-17 17:20 黄裳 阅读(221) 评论(0) 推荐(0)

ASP.NET Mobile RegularExpressionValidator Control[转]

摘要: Definition and Usage 定义和用法 The RegularExpressionValidator control is used to ensure that an input value matches a specified pattern. RegularExpressionValidator 控件的作用是:确认一个与指定样式相匹配的输入值。 Note: The valid... 阅读全文

posted @ 2009-03-17 17:18 黄裳 阅读(242) 评论(0) 推荐(0)

ASP.NET Mobile RangeValidator Control[转]

摘要: Definition and Usage 定义和用法 The RangeValidator control is used to check that the user enters an input value that falls between two values. It is possible to check ranges within numbers, dates, and cha... 阅读全文

posted @ 2009-03-17 17:17 黄裳 阅读(252) 评论(0) 推荐(0)

ASP.NET Mobile CustomValidator Control[转]

摘要: Definition and Usage 定义和用法 The CustomValidator control allows you to write a method to handle the validation of the value entered. CustomValidator空间允许你书写一个用于验证输入值有效性的方法。 Properties 属性 ... 阅读全文

posted @ 2009-03-17 17:16 黄裳 阅读(154) 评论(0) 推荐(0)

ASP.NET Mobile CompareValidator Control[转]

摘要: Definition and Usage 定义和用法 The CompareValidator control is used to compare the value of one input control to the value of another input control or to a fixed value. CompareValidator控件的作用是:拿其中一个输入控件的值和... 阅读全文

posted @ 2009-03-17 17:15 黄裳 阅读(237) 评论(0) 推荐(0)

ASP.NET Mobile TextView Control[转]

摘要: Definition and Usage 定义和用法 The TextView control is used to create a multi-line input box on a mobile device. TextView空间的作用是:在移动设备中创建一个可进行多行输入的文本框。 The text can be specified by the text attribute or as... 阅读全文

posted @ 2009-03-17 17:14 黄裳 阅读(387) 评论(0) 推荐(0)

ASP.NET Mobile TextBox Control[转]

摘要: Definition and Usage 定义和用法 The TextBox control is used to create a single-line input box on a mobile device. TextBox[文本框] 控件的作用是:在一个移动设备上创建一个单行的文本输入框。 The text can be specified by the text attribute o... 阅读全文

posted @ 2009-03-17 17:13 黄裳 阅读(372) 评论(0) 推荐(0)

ASP.NET Mobile StyleSheet Control[转]

摘要: Definition and Usage 定义和用法 The StyleSheet control defines styles to apply to other controls. 样式表控件的作用是:为控件定义样式。 The StyleSheet control can contain any number of elements. Each Style element must have... 阅读全文

posted @ 2009-03-17 17:12 黄裳 阅读(449) 评论(0) 推荐(0)

ASP.NET Mobile SelectionList Control[转]

摘要: Definition and Usage 定义和用法 The SelectionList control is used to create a list on a mobile device. SelectionList 控件的作用是:在一个移动设备上创建一张列表。 Differences between a SelectionList control and a List control: S... 阅读全文

posted @ 2009-03-17 17:12 黄裳 阅读(404) 评论(0) 推荐(0)

ASP.NET Mobile Panel Control[转]

摘要: Definition and Usage 定义和用法 The Panel control defines a container for other controls on a mobile page. 面板控件为移动页面的其它控件定义了一个容器。 Properties 属性 Property 属性 Value... 阅读全文

posted @ 2009-03-17 17:11 黄裳 阅读(227) 评论(0) 推荐(0)

ASP.NET Mobile MobilePage Control[转]

摘要: Definition and Usage 定义和用法 The MobilePage control defines a base class for all mobile pages. MobilePage控件的作用是:为所有的移动页面定义一个基准类。 A mobile page requires two directives: 一个移动页面包含两个指令: The Page direct... 阅读全文

posted @ 2009-03-17 17:10 黄裳 阅读(279) 评论(0) 推荐(0)

ASP.NET Mobile List Control[转]

摘要: Definition and Usage 定义和用法 ... 阅读全文

posted @ 2009-03-17 17:08 黄裳 阅读(370) 评论(0) 推荐(0)

ASP.NET Mobile Link Control[转]

摘要: Definition and Usage 定义和用法 The Link control is used to create a hyperlink on a mobile device. 链接控件的作用是:在一个移动设备上创建一个超链接。 Properties 属性 Property 属性 Value ... 阅读全文

posted @ 2009-03-17 17:07 黄裳 阅读(163) 评论(0) 推荐(0)

ASP.NET Mobile Label Control[转]

摘要: Definition and Usage 定义和用法 The Label control is used to display a text on a mobile device. 标签控件的作用是:在一个移动设备上显示一段文本。 The text can be specified by the text attribute or as the content of the Label eleme... 阅读全文

posted @ 2009-03-17 17:05 黄裳 阅读(262) 评论(0) 推荐(0)

ASP.NET Mobile Image Control[转]

摘要: Definition and Usage 定义和用法 ... 阅读全文

posted @ 2009-03-17 17:03 黄裳 阅读(262) 评论(0) 推荐(0)

ASP.NET Mobile Form Control[转]

摘要: Definition and Usage 定义和用法 ... 阅读全文

posted @ 2009-03-17 16:57 黄裳 阅读(499) 评论(0) 推荐(0)

导航