About this document
HTML Controls in ASP by devaraj2641976 is a document available to read on EtoBox.
HTML controls in ASP.NET are standard HTML elements that gain server-side capabilities when the runat="server" attribute is added, allowing for user interaction and manipulation. They are lightweight, support ViewState, and include various types such as input, button, selection, and container controls. While they offer advantages like faster rendering and simplicity, they have limitations in built-in functionality and event handling compared to ASP.NET Web Server Controls.
- Author
- devaraj2641976
- Language
- EN