I have a with dynamic values from an Enum like: String, Int, Double, Bool, DateTime.
How do I create a new Control depending on what is the SelectedValue dynamically into the page? I want a CheckBox for Bool, TextBox for String, Calendar for DateTime etc.