J
Jim McGivney
In VWD I have a webpage that contains a number of ImageButtons. Each
ImageButton has a unique CommandName (e.g. IB1, IB2, etc). I can tell
which ImageButton has been pressed by testing for the CommandName in the
event handler (e.CommandName = IB1). I now want to change the background
color of this ImageButton. How can I programmatically accomplish this? How
do I pragmatically access a specific ImageButton when I know its
CommandName? Sample code would be appreciated.
Thanks in advance for your help,
Jim
ImageButton has a unique CommandName (e.g. IB1, IB2, etc). I can tell
which ImageButton has been pressed by testing for the CommandName in the
event handler (e.CommandName = IB1). I now want to change the background
color of this ImageButton. How can I programmatically accomplish this? How
do I pragmatically access a specific ImageButton when I know its
CommandName? Sample code would be appreciated.
Thanks in advance for your help,
Jim