ASP.NET's support for Web controls provides an excellent way to package up commonly used behaviors and deploy them to other developers. But when should you build a control, and when should you just add the behavior to a Web form directly? This article examines this issue, and steps through the evolution of a control from behavior on a Web form to full-fledged control.
|