ASP.NET Mobile控件参考 |
||||||||||||||||||||||||||||||||||||||||||||||||||
| 作者:佚名 来源:本站整理 发布时间:2008-3-14 20:38:15 | ||||||||||||||||||||||||||||||||||||||||||||||||||
Main Mobile Objects
|
| Name 名称 |
Function 功能 |
|---|---|
| Command 命令 |
Performs an action 执行行为 |
| Form 窗口 |
Defines a container for mobile controls 给Mobile控件定义了容器 |
| Image 图像 |
Defines an image 定义了一个图像 |
| Label 标签 |
Defines a text 定义了文本 |
| Link 链接 |
Defines a hyperlink 定义了超链接 |
| List 列表 |
Defines a list 定义了列表 |
| MobilePage Mobile页面 |
Defines a base class for all mobile pages 给所有的Mobile页面定义了基础类 |
| ObjectList 对象列表 |
Defines a list of data objects 定义了数据列表 |
| Panel 面板 |
Defines a container for other controls 给其他控件定义了容器 |
| SelectionList 选择列表 |
Defines a list to select from 定义了可选择的列表 |
| StyleSheet 式样表 |
Defines styles to apply to other controls 定义了应用于其他控件的样式 |
| TextBox 文本框 |
Defines a single line input box 定义了单行输入框 |
| TextView 浏览器 |
Defines a multi-line input box 定义了多行输入框 |
Validation Controls
验证控件
Validation controls are used to validate the data entered by a user:
验证控件用于验证由用户输入的数据:
| Name 名称 |
Function 功能 |
|---|---|
| CompareValidator 比较验证 |
Compares the value of one input control to the value of another input control or to a fixed value 把一个输入控件的值和另一个输入控件的值比较,或和固定值比较 |
| CustomValidator 自定义验证 |
Allows you to write a method to handle the validation of the value entered 允许编写处理输入值验证的方法 |
| RangeValidator 范围验证 |
Checks that the user enters a value that falls between two values 确认用户输入的值落在两个纸3之间 |
| RegularExpressionValidator 常规表达式验证 |
Ensures that the value of an input control matches a specified pattern 确保输入控件的值与制定式样相匹配 |
| RequiredFieldValidator 被要求区验证 |
Makes an input control a required field 使一个输入控件成为被要求区域 |
| ValidationSummary 验证摘要 |
Displays a report of all validation errors occurred in a page 显示在页面出现的所有验证错误的报告 |
Utility Controls
效用控件
Utility controls support complicated user interfaces with minimum of code:
效用控件用最少的代码支持复杂的用户界面
| Name 名称 |
Function 功能 |
|---|---|
| AdRotator 广告转换 |
Displays advertisements 显示广告 |
| Calendar 日历 |
Displays a calendar 显示日历 |
| PhoneCall 电话呼叫 |
Calls a telephone number 显示一个电话号码 |
- 上一篇文章:.NET Mobile效用
- 下一篇文章:ASP.NET Mobile Command Control
