[RESOLVED] Chnage repeater control on itemcommand
I have a calendar consisting of image buttons in a repeater, what i want is when the imagebutton is clicked want to write text to a literal control in its place.
So instead of an imagebutton I woudl have a literal with text confirming what slot has been clicked.
Is this possible?
Re: Chnage repeater control on itemcommand
Its ok I figured it out. I just saved the commandargument on itemcommand into viewstate , then rebound. On databound if the commandarguments match hide the imagebuttona dn write text into literal.
Cheers Dave