ASP.NET Controls Explained: Part 2/2
(Page 1 of 4 )
In this, the final article of the two part series relating to ASP.NET controls, James teaches us about custom controls and components. He talks about creating them, as well as compiling them from the command prompt using the C# compiler. He also provides two ASP.NET examples that demonstrate how to both create and integrate custom controls and components into our ASP.NET pages.In part one of this two part series we took a look at ASP.NET user controls, HTML controls, server controls, and the code behind method. In this article (the final article in the two part series), we will take a look at custom controls and components. It is recommended that you read the
first article before continuing if you haven't already.
Next: Custom Controls VS Components >>
More ASP.NET Articles
More By James Yang