ImageGear .NET - Updated
controlStateElementId Property

ImageGear.Web.UI Library > ImageGear.Web.UI Namespace > PageView class : controlStateElementId Property
Indicates the id of the HTML element that will hold the state of this control.
Syntax
ASP.NET Ajax Javascript (Specification) 
function get_controlStateElementId() : String
function set_controlStateElementId(value : String)
ASP.NET Ajax Javascript (Usage) 
var resultVar = instanceOfPageView.get_controlStateElementId();
Remarks

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.

See Also

Reference

PageView class
PageView Members