Hi Assaf,
This[1] is one way of handing what you're describing,
Also take a look at my posts[2] about viewstate, where I gave low-level
details about the viewstate serializer.
[1] http://www.denisbauer.com/ASPNETControls/DynamicControlsPlaceholder.aspx
[2] http://weblogs.asp.net/vga

Signature
Victor Garcia Aprea
Microsoft MVP | ASP.NET
Looking for insights on ASP.NET? Read my blog:
http://obies.com/vga/blog.aspx
> I'm looking for the 'right way' to save the state of dynamically created
> custom controls. Here's the scenario:
[quoted text clipped - 16 lines]
>
> - Assaf
Assaf - 24 Jun 2004 03:37 GMT
Victor,
I looked through the DynamicControlsPlaceholder sample and the help file.
Having a hard time following the logic. Do you have a write-up or can you
outline the solution?
Thanks.
Assaf
> Hi Assaf,
>
[quoted text clipped - 4 lines]
>
> [1]
http://www.denisbauer.com/ASPNETControls/DynamicControlsPlaceholder.aspx
> [2] http://weblogs.asp.net/vga
>
[quoted text clipped - 21 lines]
> >
> > - Assaf
Mircea Pleteriu - 25 Jun 2004 10:08 GMT
Hi,
I have a web composite control which consists in a DataGrid control for
beginning.
The data grid is created dynamically by the CreateChildContols method.
When my custom control is hosted by the aspx page I can see that the inner
grid is not persisted.
How can I use your example about persisting control to implement the
behavior I need for my control?
Best regards,
Mircea
> Hi Assaf,
>
[quoted text clipped - 4 lines]
>
> [1]
http://www.denisbauer.com/ASPNETControls/DynamicControlsPlaceholder.aspx
> [2] http://weblogs.asp.net/vga
>
[quoted text clipped - 21 lines]
> >
> > - Assaf