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)
server-side image map(An image map that passes the coordinates of the mouse pointer to a CGI handler routine on the server. Server-side image maps require the Web server to compute the target URL of the hyperlink based on the mouse pointer coordinates)
Server Graphical Shell(The graphical user interface which installs on Windows Server by default and which includes the new Windows user interface Start screen, Internet Explorer, Windows Explorer, and the desktop)
CRM Mobile server components(Components that you use to register devices, perform the initial provisioning, and perform synchronization of data between the mobile device and the Microsoft CRM server for a variety of network configurations. Includes two tools for system administrators: CRM Mobile Customization and Mobile Deployment Manager)
server licensor certificate(The certificate that establishes the credentials of the RMS server, making it a valid certification and licensing service, and enabling it to run)
single node server cluster(A cluster configuration that has one node and that can be configured with or without external cluster storage devices. For a single node cluster without an external cluster storage device, the local disk is configured as the cluster storage device. There are advantages and limitations for each cluster configuration (single node server cluster, single quorum device server cluster, and majority node set server cluster))
single quorum device server cluster(A cluster configuration that has two or more nodes and that is configured so that every node is attached to one or more cluster storage device. The cluster configuration data is stored on a single cluster storage device. There are advantages and limitations for each cluster configuration (single node server cluster, single quorum device server cluster, and majority node set server cluster))
Server Filter By Form(A technique that uses a version of the current form or datasheet with empty fields in which you can type values you want the filtered records to contain. The data is filtered by the server before it's retrieved from the database)
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.")
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 . In contrast to Web server controls, HTML server controls do not have an asp tag prefix. ")
server script(A script consisting of statements embedded in an .asp file (Active Server Page). The script is executed by the Microsoft Internet Information Server (IIS) server when the page is requested by the browser but before the content is sent to the browser)
Gateway script(A standard method of extending Web server functionality by executing programs or scripts on a Web server in response to Web browser requests, such as in form processing. Use of a common gateway interface can make a web page more dynamic)