"Keith Patrick" <> wrote in message
news:%...
> ParseChildrenAttribute(false) should get you started. ASP.Net by default
> tries to deserialize child markup to the owning object, but if you disable
> child parsing, you can control it yourself.
Thanks,
I've found that I need to create a custom Control Builder for my control,
since creating a custom control builder runs at compiletime while overriding
..AddSubParsedObject runs at runtime. The samples I've found online aren't
very informative, I haven't found examples that explain how I can create a
Control Builder that finds custom tags inside its tags and handles them like
the repeater control.
Any help on creating custom control builders is appreciated.
I'll keep investigating.
some of the links I've looked at:
http://msdn.microsoft.com/library/de...eroverview.asp
http://msdn.microsoft.com/library/de...rolbuilder.asp
http://samples.gotdotnet.com/quickst...rse2.cs&font=3