How to monitor dataset from dll

L

Lennart Nielsen

I have multiple instances of a usercontrol each of which monitors (through
dataviews) a table in a dataset. When the data in the table changes the
controls react. This all works fine as long as the usercontrols are part of
the project and can reference the dataset directly, but if I put the
usercontrols in a control library (dll) then they can no longer reference
the dataset directly.

How do I go about making the reference (rather than a copy of the dataset)?

Lennart
 
R

Ryan S. Thiele

I would place the dataset in it's own project, and have all the other
project reference it.
 

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

Top