can't drag a dataset

  • Thread starter Thread starter Nestor Silva
  • Start date Start date
N

Nestor Silva

Hi, i'm a beginner, this is the scenario:

i'm using vs2005 and c##

Created a win form project.
Created a ms database with some tables.
created a win form who acts as parent and some others forms that
inherits from it, in my parent form a put a label and a group box.
Drag a dataset to a inherited form and work fine.

The problem:
Can not drag any other dataset to another inherited form. I did try
dragging from datasource window (typed dataset), from server explorer,
dragging a grid control and bindig to a table, but nothing really work.
I was triying some options and if i create a new win form i can drag a
dataset to it.
 
Nestor,

What other dataset are you talking about, you say that you created one
dataset.

A little bit beside your question, did you tried already
Tab Dataset
Create Datasource

Tab Dataset
Use Datasources

And than drag the datasource to your form

Cor
 
Back
Top