TECHNOLOGY 

Published on
KembaraXtra-Computer Terms – ASP.NET server control:
An ASP.NET server control is a server-side component used in ASP.NET applications to manage user-interface elements and related functionality. These controls run on the web server and generate the appropriate markup that is sent to the user’s browser. ASP.NET server controls are derived from the System.Web.UI.Control class and can represent interface components such as buttons, text boxes, lists, or complex user-interface elements. The syntax used to define these controls in an ASP.NET page includes a special attribute that indicates the control should run on the server. ASP.NET server controls include several categories such as web server controls, HTML server controls, and controls designed for mobile devices.


Picture
0 Comments