| AkPageInitSelect Method (Control, String, String, String) |
根据数据创建列表项。
Namespace: Appkit.Web.UIAssembly: Appkit (in Appkit.dll) Version: 2.0.0.0 (2.0.0.0)
Syntaxpublic static void InitSelect(
Control sel,
string[] texts,
string[] values,
string value
)
Parameters
- sel
- Type: System.Web.UIControl
列表选择控件, 可以为 HtmlSelect/DropDownList/ListBox。 - texts
- Type: SystemString
显示值列表。 - values
- Type: SystemString
值列表。 - value
- Type: SystemString
默认值。
See Also