What are main differences between Web Form Controls and Regular HTML Controls that are created in the Visual Studio .NET environment. For e.g, how are a Web Form Button and an HTML Button different.
Or more importantly, my question was: What is the difference between a server control and a plain HTML control. So essentially, server controls can have event-handling code defined at the server, while plain HTML controls do not. it's just adding the runat="server" attribute to the HTML attribute. It's not a concept new to .NET is it. It existed before .NET, server code for a "server control" can be in any server-side language including (VBSCript w/ classic ASP), PHP, Perl etc.
You are correct and no, it's not new to .NET, but .NET lends an easier way to interact with the server controls and provide enhanced mechanisms for integrating with the framework.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.