Q) How to Add a form on TabPage? How i do this... frmMaster _frm = new frmMaster(); TabControl.TabPages.Controls.add(); // error occurs
bla bla bl........... frmMaster contains the DataGridView and The navigaion code >From the menu Selection the TabPage call and it contains the frmMaster grid.. How i Call the form into the TabPage.. Thanks
