ControlAdapter.LoadPostData Method
Assembly: System.Web.Mobile (in system.web.mobile.dll)
public: virtual bool LoadPostData ( String^ key, NameValueCollection^ data, Object^ controlPrivateData, [OutAttribute] bool% dataChanged )
public boolean LoadPostData ( String key, NameValueCollection data, Object controlPrivateData, /** @attribute OutAttribute() */ /** @ref */ boolean dataChanged )
JScript does not support passing value-type arguments by reference.
Parameters
- key
Identifies the control.
- data
Contains the collection of all incoming name values.
- controlPrivateData
Provides a place to send data private to the control that might be required for loading of post data. The control determines the type that is passed to the parameter.
- dataChanged
Returns true if the required the object in privateControlData was changed, so the RaisePostDataChangedEvent event can be raised.
Return Value
true if the adapter handles loading the post data; otherwise, false.This method is called when a control that implements the System.Web.UI.IPostBackDataHandler interface has its own LoadPostData method invoked.
Note |
|---|
| Different devices might provide their data back to the calling server in different ways. An example is the difference between how WML and HTML report back the results of a SelectionList |
Windows 98, Windows 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see System Requirements.
Note