S
shapper
Hello,
I have a custom control, MyCustomControl, with a property named Childs
of type Generic.List(Of MyChildControl).
I added a MyCustomControl to my page and added a few MyChildControls
to MyCustomControl Child properties.
How can I later find a MyChildControl in Childs given its ID?
Do I need to implement any custom method in MyCustomControl?
Thanks,
Miguel
I have a custom control, MyCustomControl, with a property named Childs
of type Generic.List(Of MyChildControl).
I added a MyCustomControl to my page and added a few MyChildControls
to MyCustomControl Child properties.
How can I later find a MyChildControl in Childs given its ID?
Do I need to implement any custom method in MyCustomControl?
Thanks,
Miguel