Conventional HTML elements are not programmable at the server side. Their values do not persist in postbacks. These are essentially treated as opaque texts that are passed to the browser. In ASP.NET, ...
When you develop an ASP.NET Web Form, you can use the following type of controls: HTML Server Controls You can manipulate these controls at the server-side. Before dispatching a form to the client, ...