Table of Contents
ClientSideOnInitDialog Property

Specifies the name of the client side JavaScript function to be executed right before a dialog is displayed.

Syntax
 public String ClientSideOnInitDialog { get; set; }
Remarks

A dialog is initialized before it is displayed. The JavaScript function specified by this property is called right before it is displayed. See dialog client side event handler for details about prototype of the handler.

See Also