Re: Control Collection
Tech-Archive recommends: Speed Up your PC by fixing your registry
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" <Mark@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:ADE769E6-6069-4CE9-872B-F3D0FAFC3687@xxxxxxxxxxxxxxxx
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?
.
Relevant Pages
- Re: AddParsedSubObject and LoadViewState
... >> And about ViewState, if you add these ListItems to the Items on every ... > "Teemu Keiski" wrote in message ... >> wouldn't it be easier to map the ListItems to the Items property (as it ... (microsoft.public.dotnet.framework.aspnet.buildingcontrols) - Re: ViewState bug? Or am I missing something?
... "Teemu Keiski" wrote in message ... Subject: ViewState bug? ... The reason for this is to seperate the internal value from the display, and still allow users to access the control data by using Request.Form. ... sub Page_Init(... ... (microsoft.public.dotnet.framework.aspnet.buildingcontrols) - Re: ViewState question - for tech-heads only
... ViewState value is null, as it will be until you assign it. ... > "Teemu Keiski" wrote in message ... >> phase once on the postback, so it does not basically deserialize it ... >> reference to it in local variable. ... (microsoft.public.dotnet.framework.aspnet) - Re: ViewState question - for tech-heads only
... ViewState value is null, as it will be until you assign it. ... > "Teemu Keiski" wrote in message ... >> phase once on the postback, so it does not basically deserialize it ... >> reference to it in local variable. ... (microsoft.public.dotnet.framework.aspnet) |
|