How can I link event of controls in TableLayoutPanel to the method?
I have a TableLayoutPanel where user adds new rows at runtime. This rows can contain Labels, textboxes, buttons and other TableLayoutPanels with controls. I need to handle the events of this inner controls. Can anyone explain how?