Is this content useful?
Thank you for your feedback!
Thank you for your feedback! You have rated this topic in the last 30 days.
stateValue Property
Gets value of persistant state. Internal use only.
Syntax
ASP.NET Ajax Javascript (Specification) | |
---|
function get_stateValue() : {Any}
function set_stateValue(value : {Any}) |
ASP.NET Ajax Javascript (Usage) | |
---|
var resultVar = instanceOfBehavior.get_stateValue(); |
Return Value
Value which can be passed to server.
See Also