G
Guest
I want to use a repeater to display a button for every item in the cache.
Each button should have the key of the cache object as its Text property and
it should remove that particular object from the cache.
So if I have two objects in the cache with keys key1, key2, respectively,
the buttons should be labeled and named so. On click of the button key1, the
following should occur:
Cache.Remove(key1);
Can anyone help?
Hector
Each button should have the key of the cache object as its Text property and
it should remove that particular object from the cache.
So if I have two objects in the cache with keys key1, key2, respectively,
the buttons should be labeled and named so. On click of the button key1, the
following should occur:
Cache.Remove(key1);
Can anyone help?
Hector