TextBox::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 IPostBackDataHandler::LoadPostData. This API is obsolete. For information about how to develop ASP.NET mobile applications, see the www.asp.net/mobile Web site.

Namespace:   System.Web.UI.MobileControls
Assembly:  System.Web.Mobile (in System.Web.Mobile.dll)

private:
virtual bool LoadPostData(
	String^ key,
	NameValueCollection^ data
) sealed = IPostBackDataHandler::LoadPostData

Parameters

key
Type: System::String^

The key of the value in the Data collection to be used for this control.

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

The collection of name/value pairs posted to the server.

Return Value

Type: System::Boolean

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

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

.NET Framework
Available since 1.1
Return to top
Show: