As per the title, I have created a custom control.
On a certain button click event, this control is instantiated, then added to the page.
It is a dynamic con
I believe all you need to do is recreate it with the same ID during pre init and the asp.net engine will populate it from the view state.
This is off the top of my head, so I might have the details off a bit.