I have created a templated control.
I used for a while and the I decided to put some internatioanlized string
instead of hardcoded string into the template.

and then my page fail at runtime when I do (in my templated control:
Controls.Add(aSubControl)) with the error this collection cannot be updated
as the control contains code block.

mmhh...
what should I do ?