HighTechTalks DotNet Forums  

Repeater Control

Dotnet Academic General Discussions microsoft.public.dotnet.academic


Discuss Repeater Control in the Dotnet Academic General Discussions forum.



Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old   
hecsan07
 
Posts: n/a

Default Repeater Control - 02-01-2005 , 06:05 PM






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

Reply With Quote
Reply




Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.