ViewState Issue Solved

posted on 2004-10-06 at 23:41:11 by Joel Ross

I posted on my GeekDojo blog about problems saving ViewState with dynamic, composite controls.

Well, it looks like Scott Mitchell has a solution. Basically, add the control to the control hierarchy before you add items that need to be tracked by viewstate.

I haven't tested it, but if what he says is correct, this will take care of the problem.

Categories: ASP.NET