[]
Override the LoadPostData function to customize the implementation of IPostBackDataHandler.LoadPostData.
protected virtual bool LoadPostData(string postDataKey, NameValueCollection postCollection)
Protected Overridable Function LoadPostData(postDataKey As String, postCollection As NameValueCollection) As Boolean
Type | Name | Description |
---|---|---|
string | postDataKey | The key identifier for the control. |
NameValueCollection | postCollection | The collection of all incoming name values. |
Type | Description |
---|---|
bool | true if the server control's state changes as a result of the postback; otherwise, false. |