EAPDropDownListLoadPostData Method |
Override the .Net default DropDownList post-back value handling to account for the fact
that this DropDownList sometimes renders to the HTML as a TextBox.
Namespace:
NetQuarry.WebControls
Assembly:
EAP.WebControls (in EAP.WebControls.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax protected override bool LoadPostData(
string postDataKey,
NameValueCollection postCollection
)
Protected Overrides Function LoadPostData (
postDataKey As String,
postCollection As NameValueCollection
) As Boolean
Parameters
- postDataKey
- Type: SystemString
The key into the postCollection of the value to use. - postCollection
- Type: System.Collections.SpecializedNameValueCollection
The collection of posted-back values.
Return Value
Type:
Booleantrue if the server control's state changes as a result of the postback; otherwise, false
See Also