Site Map | About Us | Contact Us  
 The same content in Microsoft HTML help file format is included in the download package.

WebControlBase.ClientSideOnError Property

Gets or sets the name of the JavaScript function that is called when an error occurs on client side.

[Visual Basic]
Public Property ClientSideOnError As String
[C#]
public String ClientSideOnError {get; set;}

Remarks

See clientside_error_handler for details about this event.

See Also

WebControlBase Class | EO.Web Namespace


Direct link to this topic