HiddenField::IPostBackDataHandler::LoadPostData Method (String^, NameValueCollection^)

 

This API supports the product infrastructure and is not intended to be used directly from your code.

For a description of this member, see the IPostBackDataHandler::LoadPostData method.

Namespace:   System.Web.UI.WebControls
Assembly:  System.Web (in System.Web.dll)

private:
virtual bool LoadPostData(
	String^ postDataKey,
	NameValueCollection^ postCollection
) sealed = IPostBackDataHandler::LoadPostData

Parameters

postDataKey
Type: System::String^

The key identifier for the control.

postCollection
Type: System.Collections.Specialized::NameValueCollection^

The collection of all incoming name values.

Return Value

Type: System::Boolean

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

This member is an explicit interface member implementation. It can be used only when the HiddenField instance is cast to an IPostBackDataHandler interface.

.NET Framework
Available since 2.0
Return to top
Show: