Hello folks
I have a listbox and other text fields.
Listbox's datasource is Dataview of dt
text feilds datasource is DataSet.dt
When the program starts, the currencymanager of both DataView & Dataset are
in sync.
So I can move the position of the other currencymanager based on the
position of the other currencymanager and both are in sync.
However when you sort the DataView, the position reindexs! so now the both
are not in sync anymore.
How can I find the relative position in the second currencymanger now ?
Any help would be very appreciated.
Thanks
HS
|