MsgBox Web Control Help

MsgBox.IPostBackDataHandler.LoadPostData Method 

Processes post back data for this control.

[Visual Basic]
Function LoadPostData( _
   ByVal postDataKey As String, _
   ByVal postCollection As NameValueCollection _
) As Boolean Implements _
   IPostBackDataHandler.LoadPostData
[C#]
bool IPostBackDataHandler.LoadPostData(
   string postDataKey,
   NameValueCollection postCollection
);

Parameters

postDataKey
The key identifier for the control.
postCollection
The collection of all incoming name values.

Return Value

True if the server control's state changes as a result of the postback; otherwise false.

Implements

IPostBackDataHandler.LoadPostData

Remarks

If the message box return value has changed, true is returned to force a ReturnValueChanged event.

See Also

MsgBox Class | BWare.UI.Web.WebControls Namespace