CpScriptManagerRegisterAlert Method

Definition

Namespace: Centralpoint.Web.UI.Controls
Assembly: Centralpoint.Web.UI (in Centralpoint.Web.UI.dll) Version: 1.0.0.0 (1.0.0.0)
C#
public static void RegisterAlert(
	Control control,
	Type type,
	string key,
	string message
)

Parameters

control  Control
 
type  Type
 
key  String
 
message  String
 

See Also