|
|
|
start date: Thu, 16 Aug 2007 18:00:19 -0700,
posted on: microsoft.public.dotnet.framework.aspnet.buildingcontrols
back
| Thread Index |
|
1
Mark
|
|
2
Teemu Keiski
|
|
3
Mark
|
Control Collection
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?
Date:Thu, 16 Aug 2007 18:00:19 -0700
Author:
|
Re: Control Collection
If you create instance of it in CreateControlCollection method, do you even
need to?
--
Teemu Keiski
AspInsider, ASP.NET MVP
http://blogs.aspadvice.com/joteke
http://teemukeiski.net
"Mark" 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?
Date:Sat, 18 Aug 2007 13:14:53 +0300
Author:
|
Re: Control Collection
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.com/joteke
> http://teemukeiski.net
>
>
> "Mark" 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?
>
>
>
Date:Tue, 21 Aug 2007 04:22:01 -0700
Author:
|
|
|