Collection property Hell on an ASP.NET Server Control
Posted by: Rick Strahls WebLog,
on 18 Aug 2006 |
View original
I’ve been fighting an odd problem today with a custom control I’m building. The control is another extender control that has a number of child items that track other items on the form. The markup looks something like this:
<ww:LocalizationExtender id="Localizer" runat="server">
<LocalizationItems>
<ww:LocalizationItem ControlId="lblMessage"
...