Hi
I’m using a cache dataset that is the later bound to a drop down list. I need to be able to add an extra entry to the cache.
I’ve found the .add method doesn’t not seem to work when the cache is a dataset.
I’ve also attempted to work this by pulling the cache into a dataset, adding a new entry to the dataset, removing the original cache and then reinserting the dataset but working through some problems with this.
Is there a far easier approach to this anyone knows about?
Any feedback appreciated.
Martijn :)