I have a Imagebutton by default visible="false";
Ex:
<asp:Imagebutton ID="tstImage" runat=Server visible=False>
in javascript to visible true that image button how it is posible
i try this coding but not work
javascript:
document.GetElementById('ImgTest').visible='true';