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!
Is there another option for the that I can use in C#? I have
Share
You could use the
runat="server"attribute on it and provide it an id:and then in the code behind use the id to hide it: