Table of Contents
CancelButtonPostBack Property

Gets or set a value indicating whether clicking CancelButton causes the page to post back.

Syntax
 public Boolean CancelButtonPostBack { get; set; }
Remarks

By default clicking CancelButton only closes the dialog. Set this property to true to cause the page to be posted back immediately after the dialog closes.

See Also