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

Popular posts from this blog

c# - How Configure Devart dotConnect for SQLite Code First? -

java - Copying object fields -

c++ - Clear the memory after returning a vector in a function -