Storing custom collection in ViewState

I

igitur

Hi all,

I have a custom collection derived from
System.Collections.Specialized.NameObjectCollectionBase.

NameObjectCollectionBase already implements ISerializable, so it
should be easy to store in the ViewState, right?

I'm, however, unable to do so. I can add the collection object
successfully, but with the page reload, it tells me the ViewState is
corrupted.

It's the infamous "The viewstate is invalid for this page and might be
corrupted" message.

I've confirmed with a viewstate decoder that the viewstate is indeed
corrupt, but I have no idea why.

Please have a look at

http://www.sun.ac.za/sms/CustomCollectionInViewState.zip

It's a replication of my problem.

I'm running VS.NET 2003.

thnx!
Francois Botha
 
J

John Saunders

igitur said:
Hi all,

I have a custom collection derived from
System.Collections.Specialized.NameObjectCollectionBase.

NameObjectCollectionBase already implements ISerializable, so it
should be easy to store in the ViewState, right?

I'm, however, unable to do so. I can add the collection object
successfully, but with the page reload, it tells me the ViewState is
corrupted.

It's the infamous "The viewstate is invalid for this page and might be
corrupted" message.

I've confirmed with a viewstate decoder that the viewstate is indeed
corrupt, but I have no idea why.

Please have a look at

http://www.sun.ac.za/sms/CustomCollectionInViewState.zip

It's a replication of my problem.

I'm running VS.NET 2003.

You may want to look at
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnaspnet/html/asp11222001.asp.
It mentions the idea of writing your own TypeConverter as opposed to using
serialization for ViewState.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,755
Messages
2,569,537
Members
45,020
Latest member
GenesisGai

Latest Threads

Top