Problem with dynamic controls
Hello all,
I\'m wanting to create some dynamic controls, and have them persist their viewstate across page loads. Easy enough,
I'm already re-creating the controls in my OnLoad event.
That's your problem. OnLoad is too late. Use Init instead.