What is the best way to access an ASP.NET HiddenField control that is embedded in an ASP.NET PlaceHolder control through JavaScript? The Visible attribute is set to false i
Visible doesn't actually make it visible, you can leave it default. Just runat="server" and use its .Value.