SelectionList::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.
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 identifying the relevant value in the data.
- data
-
Type:
System.Collections.Specialized::NameValueCollection^
The collection containing the post data.
Return Value
Type: System::Booleantrue if the state of the SelectionList changes as a result of the postback; otherwise, false.
This member is an explicit interface member implementation. It can be used only when the SelectionList instance is cast to an IPostBackDataHandler interface.
Available since 1.1
SelectionList Class
System.Web.UI.MobileControls Namespace
ASP.NET Data Access Content Map
Introduction to the SelectionList Control
Creating New Controls
Creating Custom Mobile Controls