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

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

Parameters

control
Type: System.Web.UIControl
接收数据的控件
msg
Type: SystemString
消息
args
Type: SystemObject
格式化数据

Return Value

Type: Javascript

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

See Also