DialogResultSubmit Property (Popup)
In This Topic
Gets or sets a string to be used as a dialogResult when the dialog is hosted by a form element and the user submits the form.
Syntax
'Declaration
Public Property DialogResultSubmit As String
public string DialogResultSubmit {get; set;}
See Also