adding a control to tabs generated dynamically in tabcontrol in C# .net
问题 I am new to C# .NET. Can some one help me out with the below problem: I have a TabControl in my WindowsForm application, where the tab pages are generated dynamically. The content to be displayed on each tab would be fetched from my database. I need some kind of control (which can display the fetched data) that I can add on each tab page (which would be same for all tabs) such that I can associate some kind of event, say click, on that added control. Can anyone tell me how to do this