This is an amazingly difficult task.
If you have a User Control with multiple controls in it (called a composite control), then the User Control does not have any of the properties, methods, or events of the controls within it. You have to expose them with your own code.
This is not true if you create a User Control that inherits from a single control because the properties, methods, and events are accessible by way of inheritance.
www.insteptech.com ;
msmvps.com/blogs/deborahk
We are volunteers and ask only that if we are able to help you, that you mark our reply as your answer. THANKS!