J
John Bankhead
I have created a C# control that creates its objects within
CreateChildControls. One of those objects is a button which I have attached
to a command event. The command event fires after CreateChildControls runs,
but I want the clicking of the button to have an effect on what items
CreateChildControls creates. Is this possible? Obviously I can make this
happen by setting a value on an object on the client side and reading it in
CreateChildControls. But still, I am curious.
CreateChildControls. One of those objects is a button which I have attached
to a command event. The command event fires after CreateChildControls runs,
but I want the clicking of the button to have an effect on what items
CreateChildControls creates. Is this possible? Obviously I can make this
happen by setting a value on an object on the client side and reading it in
CreateChildControls. But still, I am curious.