I\'m trying to create a web page that will display an appropriate user control based on the selected value of a drop down list.
Basically the page layout is this:
Don't add the control in the SelectedIndexChanged handler, add it during Page_Load. You'll just have to test the value of the dropdown each time the page loads, and load the correct control for that value.