Command.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)

bool IPostBackDataHandler.LoadPostData(
	string key,
	NameValueCollection data
)

Parameters

key
Type: System.String

A reference to the name of a parameter collection.

data
Type: System.Collections.Specialized.NameValueCollection

A parameter collection of postback data.

Return Value

Type: System.Boolean

true if the adapter handles loading the post data; otherwise, false.

This member is an explicit interface member implementation. It can be used only when the Command instance is cast to an System.Web.UI.IPostBackDataHandler interface.

.NET Framework
Available since 1.1
Return to top
Show: