I've had some fun with dynamic controls lately. Wanted to share a few caveats that I found for those of you trying to spin some of your own.
The premise is simple: we have XML configuration that drives the UI, so based on the values parsed from the XML, we generate the appropriate control.
I implemented this by created a data container for the ...