Hi,
I have a tabControl (in a windows form) contains two tab pages. In the first tab page, there is a data grid. When I click and switch to the second tab page, I also want to see the same datagrid showing on this tab. How to do that (I don't want to create datagrids for each individual tab page. What I want is a data grid sharing between different tab pages)
Thanks for anyone's help.

DataGrid in TabControl
WCO
Sadun_Ozcelep
I understand that moving the data grid out of tabcontrol will be an alternative solution. But this is just one of the requirement in the project I am working on. Is there any way to let the data grid always stay on top of all other controls in the form
Thanks,
dannyyyyyy