1. Control element Control

    Article: AN0001673Updated: 25.01.2021

    The elementary control element from ASP.NET. It is a parent of all other control elements.

    Instance of this object is not created, the object is used just as a parent for other control elements.

    Properties

    Name Description
    Control Parent Reference to a parent control.
    bool Visible Indication whether the control shall be displayed or hidden.
    string ID ID of the control at the server side.
    string ClientID ID of the control in the HTML page. It is used for client side in javascript.

     

×