Table of Contents
ShowButton Property

Gets or sets the ID of a button that would display the dialog when clicked.

Syntax
 public String ShowButton { get; set; }
Remarks

Use this property to specify the ID of the button that would display the dialog when clicked. When using this property, whether the dialog is displayed as modal or modeless is determined by the dialog's IsModal property.

Alternatively, you can also use Javascript to display the dialog by calling the dialog's show method.

See Also