ASP.NET Ajax Javascript (Specification) | |
---|---|
function get_controlStateElementId() : String function set_controlStateElementId(value : String) |
ASP.NET Ajax Javascript (Usage) | |
---|---|
var resultVar = instanceOfThumbnailView.get_controlStateElementId(); |
ASP.NET Ajax Javascript (Specification) | |
---|---|
function get_controlStateElementId() : String function set_controlStateElementId(value : String) |
ASP.NET Ajax Javascript (Usage) | |
---|---|
var resultVar = instanceOfThumbnailView.get_controlStateElementId(); |
This property is a string that contains the id of an HTML element that will hold the state of this control. It is for internal use only and the server-side ASP.NET control automatically sets this property to the correct value. If you are not using the server-side ASP.NET control, then you should not use this property because it is only used to convey the client-side control's state back to the server-side control.