Is there another option for the that I can use in C#? I have a condition that needs to be met in order to display one of these Legends. As of now, I don't see how I can set this legend to invisible from the .cs side...unless there is also some .asp equivalent??? Any suggestions? Thank you!
|
feedback
|
|
You could use the
and then in the code behind use the id to hide it:
| |||
|
feedback
|