DictionaryForumContacts

   Chinese
Terms for subject Microsoft containing 控制器 | all forms
ChineseEnglish
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
Web 伺服器控制項Web server control (" An ASP.NET server control that belongs to the System.Web.UI.WebControls namespace. Web server controls are richer and more abstract than HTML server controls. A Web server control has an asp tag prefix on an ASP.NET page, such as .")
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.")
容器控制項container control (A type of ASP.NET mobile control that contains other controls and provides visual groupings of controls and content)
自訂伺服器控制項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)