I am using a HTML template containing a label with the style set to visibility:hidden. As the need arises, I would like to change the style alternately between visibility:hidden and visibility:show programmatically. Does anyone have a code sample showing how to do this? Any help greatly appreciated.
Edit: This is being used in conjunction with HttpServer. I need to programmatically change the label visibility style in a running browser webpage. I hope this makes my query clearer.
Best regards