I am hidding one button on server side in page load method. I want to set visibility of that button to true from client side using javascript. any solution for this..
Just curious, how are you hiding the button server-side? Are you using the css style visibility, or using the control property? Curious if the button is getting rendered in the markup in order to be able to make it visible or not.