Gets or sets the name of the JavaScript function that is called when the control displays a message.
[Visual Basic]
Public Property ClientSideOnMessage As
String
[C#]
public
String ClientSideOnMessage {get; set;}
Remarks
This property is often used for localization purpose. See clientside_message_handler for details about this event.
See Also
WebControlBase Class | EO.Web Namespace