ImageGear .NET v25.2 - Updated
ImageGear.Web.UI Library / ImageGear.Web.UI Namespace / PageView class / controlStateElementId Property

In This Topic
    controlStateElementId Property
    In This Topic
    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