Child Controls should be saved in state
Status: Pre-Alpha
Brought to you by:
dknox20
When adding controls to a ShadowPanel it should also take into affect the child controls that may be there. So should sort of recurse down the tree so that all added controls stay.
Couple of problems here to look forward to are controls that are databound and thus don't need to be taken care of. Also viewstate the datastructure will have to be reworked to put this into the viewstate properly.