Asp Net Web Server Controls
Like HTML server controls, web server controls are also processed server-side by the ASP.NET engine so these controls require a runat=“server” attribute to work properly. Unlike HTML Server controls, Web server controls do not necessarily map to specific HTML elements. In some cases, a Web server control may result in multiple HTML elements. For example, a TextBox control might render as an input tag or a textarea tag, depending on its properties....