How to create a tab control with a dynamic number of tabs in Visual Studio C#?
I\'ve got a database with a table customers. I need to create a form that
It sounds like the best route for you would be to create your own custom tab control class. It could inherit from tab control for the bulk of its functionality and properties for the datagrid and whatever else custom you need. Then when you get your customers, you can create a tab for each letter you need and setup the corresponding properties.