Is is possible to dynamically load a user control at runtime based on a condition within an UpdatePa
- by Rob Packwood
I need to conditionally load a few nested user controls on a webpage based on a dropdown selection that fires a callback. Is this possible? Are there any best practices for such an approach?