ASP.NET серверный элемент управления(" A server-side component that encapsulates user-interface and related functionality. An ASP.NET server control derives directly or indirectly from the System.Web.UI.Control class. The superset of ASP.NET server controls includes Web server controls, HTML server controls, and ASP.NET mobile controls. The page syntax for an ASP.NET server control includes a runat="server" attribute on the control's tag.")
серверный HTML-элемент управления(" An ASP.NET server control that belongs to the System.Web.UI.HtmlControls namespace. An HTML server control maps directly to an HTML element and is declared on an ASP.NET page as an HTML element marked by a runat="server" attribute, for example . In contrast to Web server controls, HTML server controls do not have an asp tag prefix. ")
панель управления Microsoft Lync Server 2010(A web-based server management user interface that administrators can use to manage their Lync Server systems from anywhere on the corporate network, without requiring specialized management software installed on their computers)
проверяющий серверный элемент управления(A server control, included with ASP.NET, that verifies user input. The input is checked as it comes from HTML server controls and Web server controls (for example, a Web page form) against programmer-defined requirements. Validation controls perform input checking in server code. If the user is working with a browser that supports DHTML, the validation controls can also perform validation using client script)