Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
Last post Mar 02, 2012 03:13 AM by sujithkumar
Member
698 Points
919 Posts
Mar 02, 2012 02:32 AM|LINK
I am developing a asp.net webpage that will be used in windows 7 tablet.
There is a text box on my webpage and when I click inside the textbox, it automatically popups the virtual keyboard of t he tablet.
Is there any way that I can disable the virtual keyboard while I am on my website ?
Contributor
3026 Points
564 Posts
Mar 02, 2012 03:13 AM|LINK
hi,
try this.
<asp:TextBox ID="TextBox1" runat="server" Onclick="javascript:return false;"> </asp:TextBox>
jeffcarter
Member
698 Points
919 Posts
How to disable virtual keyboard for asp.net webpage ?
Mar 02, 2012 02:32 AM|LINK
I am developing a asp.net webpage that will be used in windows 7 tablet.
There is a text box on my webpage and when I click inside the textbox, it automatically popups the virtual keyboard of t he tablet.
Is there any way that I can disable the virtual keyboard while I am on my website ?
sujithkumar
Contributor
3026 Points
564 Posts
Re: How to disable virtual keyboard for asp.net webpage ?
Mar 02, 2012 03:13 AM|LINK
hi,
try this.
<asp:TextBox ID="TextBox1" runat="server" Onclick="javascript:return false;"> </asp:TextBox>