Is is possible to dynamically load a user control at runtime based on a condition within an UpdatePa
Posted
by Rob Packwood
on Stack Overflow
See other posts from Stack Overflow
or by Rob Packwood
Published on 2010-03-19T01:41:45Z
Indexed on
2010/03/19
1:51 UTC
Read the original article
Hit count: 223
ASP.NET
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?
© Stack Overflow or respective owner