MsgBox Web Control Help

MsgBox.EnableViewState Property

Gets or sets a value indicating whether the server control persists its view state, and the view state of any child controls it contains, to the requesting client.

[Visual Basic]
Public ReadOnly Property EnableViewState As Boolean
[C#]
new public bool EnableViewState {get;}

Remarks

MsgBox does not require viewstate to be enabled. The value is set to 'false' and cannot be changed.

See Also

MsgBox Class | BWare.UI.Web.WebControls Namespace