User269423482 posted
I've followed all IronPython CTP for ASP.NET walkthroughs.
In walkthrough 5, (to test user control properties) I set
AllowDuplicates="0"
but it didn't prevent duplication.
Instead, AllowDuplicates=""
makes duplication stopped.
Did I mistake something, or is this a errata of walkthrough?
TIA