Click or drag to resize
JsHelperAlertToControl Method (Control, String)
将控件添加至指定的页面控件

Namespace: Adf.Web
Assembly: Adf.Web (in Adf.Web.dll) Version: 4.1.5463.29815
Syntax
public static Javascript AlertToControl(
	Control control,
	string[] msg
)

Parameters

control
Type: System.Web.UIControl
接收数据的控件
msg
Type: SystemString
消息

Return Value

Type: Javascript

[Missing <returns> documentation for "M:Adf.Web.JsHelper.AlertToControl(System.Web.UI.Control,System.String[])"]

See Also