Dynamic Web Controls in ASP.NET
March 16th, 2010
Application Development, Insight Article, Interaction Design, Technology, Web Development
ASP.NET’s ability to populate controls into pages at runtime is a very powerful feature. Instead of knowing exactly what the structure and content of a page is at compile time, webpages can be made to be more programmatic, adjusting to situations on the fly. There are certain amazing things that can be done with CSS, such as controlling the styling and positioning of webpage content, but an ASP.NET programmer can literally add and remove controls on the fly as they see fit.
Randall Davis
