09-10-2008 11:34 AM
Is there anyway to save just control state without saving all the controls?
I use SavePanelState most of the time but I need to save only one control i.e. table control and recall value in that control from previosouly saved state.
09-10-2008 11:38 AM
There's no direct function to save just a control. But you could create a temporary panel, duplicate your control onto that panel, then save that panel. Then, at load time, do the reverse.
Luis