Table of Contents
AcceptButtonPostBack Property

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

Syntax
 public Boolean AcceptButtonPostBack { get; set; }
Remarks

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

See Also