T
tshad
I have button in my aspx page that I want to hide to use for later.
<input id="Button1" type="button" value="button" visible="false"
onclick="ClipBoard();" />
But it still shows up on my screen - why is that?
Thanks,
Tom
<input id="Button1" type="button" value="button" visible="false"
onclick="ClipBoard();" />
But it still shows up on my screen - why is that?
Thanks,
Tom