BrownFingers
Member
- Joined
- Nov 21, 2008
- Messages
- 15
- Programming Experience
- Beginner
Winforms newbie here.
I have added a new datatable and dataadapter to an existing dataset. However when I try and bind a control do my new datatable, it does not appear to be visible in the list of available datatables for that dataset. I can see all the other datatables on the dataset.
I am trying to bind a list to a combo box. I click on datasources, other datasources, project datasources, mydataset. I see all other datatables except the new one I added.
If I open up the dataset to confirm that I have actually added my new dataset, I can see it.
Any ideas?
I have added a new datatable and dataadapter to an existing dataset. However when I try and bind a control do my new datatable, it does not appear to be visible in the list of available datatables for that dataset. I can see all the other datatables on the dataset.
I am trying to bind a list to a combo box. I click on datasources, other datasources, project datasources, mydataset. I see all other datatables except the new one I added.
If I open up the dataset to confirm that I have actually added my new dataset, I can see it.
Any ideas?