C
Claudia Fong
I have this code below:
<asp:Button ID="Button1" runat="server" ACCESSKEY="A" Text="Change
Language" OnClick="Button1_Click" />
Is it possible to initially set the button invisible and when the user
click on ALT-A then the button will become visible?
Just trying to avoid user clicking on that button accidentaly
Cheers!
Claudi
<asp:Button ID="Button1" runat="server" ACCESSKEY="A" Text="Change
Language" OnClick="Button1_Click" />
Is it possible to initially set the button invisible and when the user
click on ALT-A then the button will become visible?
Just trying to avoid user clicking on that button accidentaly
Cheers!
Claudi