Method of IPostBackDataHandler interface to process posted data. RadioButton determines the posted radio group state.
[Visual Basic] Overrides Public Function LoadPostData( _ ByVal postDataKey As String, _ ByVal postCollection As NameValueCollection _ ) As Boolean [C#] public override bool LoadPostData( string postDataKey, NameValueCollection postCollection ); [C++] public: override bool LoadPostData( String* postDataKey, NameValueCollection* postCollection ); [JScript] public override function LoadPostData( postDataKey : String, postCollection : NameValueCollection ) : Boolean;
RadioButton Class | RadioButton Members | System.Web.UI.WebControls Namespace