RadioButton::IPostBackDataHandler::LoadPostData Method (String^, NameValueCollection^)
.NET Framework (current version)
This API supports the product infrastructure and is not intended to be used directly from your code.
For a description of this member, see LoadPostData.
Assembly: System.Web (in System.Web.dll)
private: virtual bool LoadPostData( String^ postDataKey, NameValueCollection^ postCollection ) sealed = IPostBackDataHandler::LoadPostData
Parameters
- postDataKey
-
Type:
System::String^
A string.
- postCollection
-
Type:
System.Collections.Specialized::NameValueCollection^
A name value collection that represents the posted collection of data.
Return Value
Type: System::Booleantrue if RadioButton is checked; otherwise, false. The default is false.
This member is an explicit interface member implementation. It can be used only when the RadioButton control is cast to an IPostBackDataHandler interface.
.NET Framework
Available since 1.1
Available since 1.1
Show: