hi Bryan, just provide an explicit id to your child controls. True, a unique
namespace will be appended to the id value at runtime when the control
renders in the page. This however will not effect you from finding the
control in question in code, after a postback. All you need to do is use the
findcontrol method supplying the id you provided earlier. Since you are
using findcontrol in the namingcontainer, you are not expected to provide
the clientID.
Alessandro Zifiglio
> Hi Everyone,
>
[quoted text clipped - 16 lines]
>
> - Bryan
Bryan - 14 Jun 2006 21:44 GMT
Excellent! Thank you, Alessandro.
- Bryan
> hi Bryan, just provide an explicit id to your child controls. True, a unique
> namespace will be appended to the id value at runtime when the control
[quoted text clipped - 4 lines]
> the clientID.
> Alessandro Zifiglio