I am having a hard time finding a good answer for this question, but what is the difference between a static and a dynamic control in an ASP.NET webforms application.
Does having a dropdown list declared in html, but databound in code behind deem it a dynamic or static control?