[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Mark

8/17/2007 1:00:00 AM

When implementing a custom control collection class that implements
IStateManger (and IList), how to save the viewstate of the collection items
if they are controls themselves?
2 Answers

Teemu Keiski

8/18/2007 10:15:00 AM

0

If you create instance of it in CreateControlCollection method, do you even
need to?

--
Teemu Keiski
AspInsider, ASP.NET MVP
http://blogs.aspadvice....
http://teemu...


"Mark" <Mark@discussions.microsoft.com> wrote in message
news:ADE769E6-6069-4CE9-872B-F3D0FAFC3687@microsoft.com...
> When implementing a custom control collection class that implements
> IStateManger (and IList), how to save the viewstate of the collection
> items
> if they are controls themselves?


Mark

8/21/2007 11:22:00 AM

0

Thanks Teemu, it's working ok now.

"Teemu Keiski" wrote:

> If you create instance of it in CreateControlCollection method, do you even
> need to?
>
> --
> Teemu Keiski
> AspInsider, ASP.NET MVP
> http://blogs.aspadvice....
> http://teemu...
>
>
> "Mark" <Mark@discussions.microsoft.com> wrote in message
> news:ADE769E6-6069-4CE9-872B-F3D0FAFC3687@microsoft.com...
> > When implementing a custom control collection class that implements
> > IStateManger (and IList), how to save the viewstate of the collection
> > items
> > if they are controls themselves?
>
>
>