store a delegate into a viewstate?

  • Thread starter Thread starter Pipo
  • Start date Start date
P

Pipo

Hi,

I'm trying to store a delegate into a viewstate but I get the message that
it needs to be serialized then.
So I put the attribute <Serializable> in the delegate..but this isnt
enough...

Can someone help me with this?

questions:
Is it possible to store a delegate in a viewstate?
and if so how?


Many thanks,


ps: Also posted this to the aspnet.webcontrols but no answers
 
Back
Top