EAPDropDownListAmendableLoadPostData Method |
Load the posted-back data ourselves. This allows us to dynamically add values.
Namespace:
NetQuarry.WebControls
Assembly:
EAP.WebControls (in EAP.WebControls.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax protected bool AmendableLoadPostData(
string postDataKey,
NameValueCollection postCollection
)
Protected Function AmendableLoadPostData (
postDataKey As String,
postCollection As NameValueCollection
) As Boolean
Parameters
- postDataKey
- Type: SystemString
The id of the item in the post-back value collection. - postCollection
- Type: System.Collections.SpecializedNameValueCollection
The collection of values posted back from the client.
Return Value
Type:
BooleanTrue if value changed, else false.
See Also