W wapsiii Oct 25, 2005 #1 I'd like to be able to add a simple user control to the viewstate, but I'm not sure how to make it serializable!
I'd like to be able to add a simple user control to the viewstate, but I'm not sure how to make it serializable!
P Peter Rilling Oct 25, 2005 #2 You probably would not serialize the usercontrol but rather override the LoadViewState and SaveViewState methods.
You probably would not serialize the usercontrol but rather override the LoadViewState and SaveViewState methods.