How to monitor dataset from dll

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Lennart Nielsen

    #1

    How to monitor dataset from dll

    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


Working...