Hi
I want to add PageDataCollection object to viewstate. As this class is not serializable it throws exception. Is there any solution to this problem?
Cheers
Vish
May I ask for the reason?
If you want to preserve the PageDataCollection in the ViewState of some kind of listing then I would rather repopulate the DataSource instead of blowing up the ViewState.
Just a wild guess
/René