.NET Discussion

.NET Issues, Problems, Code Samples, and Fixes

ASP.NET: Dynamically Adding Controls

I am currently undergoing an upgrade on a legacy project trying to bring it into the “Web 2.0 AJAX” era and ran into a problem with dynamically uploading user controls. My perusings of the internet led me to a four-part series by Dave Reed (part of the ASP.NET team) entitled Truly Understanding Dynamic Controls. Even though it was written in 2006 (oh-so-long-ago), I believe that it is a must-read for any ASP.NET developer, even if you think you know how dynamic controls work.

Thanks so much for this article, Dave! It has truly been a lifesaver!

January 4, 2008 Posted by Some.Net(Guy) | AJAX, ASP.NET, Tips & Tricks | Leave a Comment