c# - Insert SQL Dataset into Tab control in Windows Form -
i have simple sql compact database added project. reading "head first c#" , first program creates database contact info. book says drag data source onto form , create data controls in form automatically.
i tried doing this, using tab control multiple tabs , when drag dataset onto form, erases tab control. want program able modify database 1 tab, have other tabs other things.
any ideas on how insert dataset tab page?
in order this, go data source explorer , right click on table name drag , drop form.
choose copy , click on tab page want inside , paste inside using ctrl+v or right click on , choose paste.
sorry, after playing around lot more, able inside tab.
Comments
Post a Comment