P
Paul
Hi all,
To avoid a lot of code repetition I'd like to create a custom control
that wraps table elements around the controls that the custom control
contains. E.g:
<mycontrol>
<control1 />
<control2 />
<control3 />
</mycontrol>
When overriding the CreateChildControls method, is it possible to
access the "pending" child controls and dictate where they will be
created/added?
Thanks,
Paul
To avoid a lot of code repetition I'd like to create a custom control
that wraps table elements around the controls that the custom control
contains. E.g:
<mycontrol>
<control1 />
<control2 />
<control3 />
</mycontrol>
When overriding the CreateChildControls method, is it possible to
access the "pending" child controls and dictate where they will be
created/added?
Thanks,
Paul