modify controls of imagebutton through variable

Nendtreno

New Member
I have a group of imagebuttons in on a web application in c# where I want to change the visible state to true if a certain condition is met. i.e. if I get ABC from the database I want to make visible the imagebutton c_ibABC. Can anyone advise how I can change the control of an imagebutton through the variable name.Thanks
 
Back
Top