N
Nathan Sokalski
I am creating a CompositeControl that implements IPostBackDataHandler. I
need to know what order the following get called in:
Set methods of any properties set declaratively
CreateChildControls
LoadPostData
If somebody could please tell me what order the commonly overridden methods
of CompositeControl and implemented methods of IPostBackDataHandler are
executed in, I would greatly appreciate it. Thanks.
need to know what order the following get called in:
Set methods of any properties set declaratively
CreateChildControls
LoadPostData
If somebody could please tell me what order the commonly overridden methods
of CompositeControl and implemented methods of IPostBackDataHandler are
executed in, I would greatly appreciate it. Thanks.