Question Bind tab pages to a binding source?

Gr1m

New member
Joined
Jan 10, 2008
Messages
4
Programming Experience
1-3
Hi guys,

I need some help (Im quite flexible as to how to do it). I have a main binding source (A support line call logged) and then multiple child entries (each being an email/call etc to or from the client).

I need a clever way to show these, and a simple datagrid for each communication wont do since the details of a communication can be thousands of chars.

I was thinking of having a tab control, with a tab page for each communication and its details showing under the tab. Any idea on how I can bind the tab control? Or some other way to do it that will be easy to use?

Thanks a lot in advance!

Regards

Ed
 
On the tab control, you will have as many tabpages as you specify. On each tab page you will still need to add what ever controls you want to display the data in. You need to bind the controls on each tabpage; not the tabcontrol itself.
 
Back
Top