DynamicControlsPlaceholder
Home Page
Categories: ASP.NET
Author: Denis Bauer
Latest version: 1.0.1.0
Added 2003-09-04
ASP.NET gives a developer the opportunity to programmatically add controls to a web form using ParentControl.Controls.Add(new Control());
However, these controls are not persisted in any way thus having to be recreated for each subsequent request.
This control behaves like a placeholder but additionally handles recreating dynamic controls on subsequent requests.
 Built for .NET |
 Free or free version available |
 Source code provided |