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,
Try calling Page.RegisterRequiresControlState(). You can also use RequiresControlState() to check if it's already been registered.
Page.RegisterRequiresControlState()
RequiresControlState()