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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top