Is is possible to dynamically load a user control at runtime based on a condition within an UpdatePanel?
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开发者_JAVA百科?
You mean something like a LoadControl method?
精彩评论