Dataset missing from control properties

  • Thread starter Thread starter John
  • Start date Start date
J

John

Hi

I have created a dataset by dragging tables over the dataset surface. The
problem is, this ds does not appear in controls properties therefore I can
not directly bind controls to this dataset. What do I need to do, to make
this dataset available to controls such as datagrid for binding through
properties?

Thanks

Regards
 
Hi John
You need to add an Instance of Dataset to Form . You can do this by
dragging a Dataset from Data Tool Tab , Select Typed Dataset and Select
your dataset and Press OK . You will see a new Instance on your Tray . Now
this instance will be shown in all Control Datasource Properties.

Thanks
Sunder
vb.net
 
Back
Top