DictionaryForumContacts

   Russian
Terms for subject Microsoft containing серверный элемент | all forms | exact matches only | in specified order only
RussianEnglish
пользовательский серверный элемент управленияcustom server control (A custom control authored by a user or a third-party software vendor in Web Forms (ASP.NET pages))
проверяющий серверный элемент управленияvalidation server control (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)
серверный веб-элемент управленияWeb server control (An ASP.NET server control that belongs to the System.Web.UI.WebControls namespace. Rori)
серверный HTML-элемент управленияHTML server control (" 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
ASP.NET серверный элемент управленияASP.NET server control (" 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.")