Bascially I want to know the best way to hide/show an ASP.NET control from a Javascript function. I figured I would just access the control in Javascript using:
<
I think the best solution is to put your ASP control inside a div and set the property display to the div element.