ProcessData Method

Processes post-back data for the server control from the hidden helper's data.

Syntax

Visual Basic Overrides  Protected  Function 
ProcessData( ByVal szData As string ) As bool
C# protected   override  bool 
ProcessData(string szData );
Managed C++ protected:  bool 
ProcessData(string szData );
JScript protected   override function
ProcessData(szData : string );

Parameters

szData Required. The data from the hidden helper.

Return Value

Returns one of the following possible values.

false Default. The control's state does not change as a result of the post-back.
true The control's state changes as a result of the post-back.

Remarks

A hidden helper is an input of type="hidden" that is used to store information about the state of the Web page.

Applies To

MULTIPAGE, TABSTRIP, TOOLBAR, TREEVIEW

See Also

Internet Explorer WebControls, About the MultiPage WebControl, About the TabStrip WebControl, About the Toolbar WebControl, About the TreeView WebControl