If you need to make this control visible later from javascript than in server-side code, you can hide it using:
YourControl.Style.Add("display", "none");
but if you don't need to make it visible from javascript, just set its Visible property to false.
, , , , , , javascript.