hiya,
I have datagridViews (that have been bound thru RAD).
These datagridViews reside on separate winforms.I now want to physically move them to a single winform that contains a tabControl. Has anyone done this before
I hope that I don't have to re-create all the dataSources on the target winform.
Can anyone suggest the best approach
many thanks,
yogi

moving datagridViews (that have been bound thru RAD) to other winforms
Gaurav Jain
thanks Mark,
I began to move the tableAdapters etc over, but I found that it was easier to simply re-create the gridView and let the IDE take care of the rest.
cheers,
yogi
Hector Y. Martinez
You will have to move all the datasources/bindingsources/table adapters and all the code in the form_load event, but this should be doable.< xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" />
-mark
DataGridView Program Manager
Microsoft
This post is provided "as-is"