Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6254239
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 24, 20262026-05-24T14:08:53+00:00 2026-05-24T14:08:53+00:00

I have to use a Virtual(on screen) keyboard on a asp:textbox which has a

  • 0

I have to use a Virtual(on screen) keyboard on a asp:textbox which has a AjaxControlToolkit’s
automcomplete attached to it, the virtual keyboard I use is the jQuery keypad plug in: http://keith-wood.name/keypadRef.html , but I have some problems with combining these two:

  1. Typing in the virtual keyboard does not
    trigger the Autocomplete list.
  2. When the textbox has
    autopostback=true if you click
    anything on virtual keyboard the
    textbox loses its focus and posts
    the form.

Does anyone knows that on respond to what events the autocomplete list activates?
and also I need to know how to prevent textbox from losing its focus when a button on virtual keyboard is pressed?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-24T14:08:53+00:00Added an answer on May 24, 2026 at 2:08 pm

    1) JavaScript is setting the values and JavaScript does not trigger the autocomplete list from popping up. [and I doubt there is anyway to trigger it with JavaScript]

    2) Clicking on the “keyboard” removes focus from the textbox and presto, the blur event fires and submits the form. [You would have to code your own autopostback=true]
    Basic idea is to add a timeout that calls document.forms[0].submit() and if the focus is added back to the textbox before the timeout fires clearTimeout()

    var textbox = document.getElementById("yourElementId");
    textbox.blur = function(){ this.timer = window.setTimeout( function(){ document.forms[0].submit(); }, 100 ) };
    textbox.focus = function(){ if(this.timer) window.clearTimeout( this.timer ); };
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a virtual keyboard class which implements a QWERTY alphanumeric only on-screen keyboard
I have a website, which on DEV env. I use virtual directory, while in
how exactly I can use public methods (non-virtual) with NHibernate? I have this code:
I have to use the XMLHttp object in classic ASP in order to send
I have a touch screen keyboard in my WPF application and I would like
Is non-virtual inheritance possible in Python, or do I have to use composition? I
I want to create a virtual numpad, similar to the on-screen keyboard. How do
We have been trying to use virtual machines for build servers. Our build servers
I would like to use Virtual Earth on an ASP.NET MVC application for a
I have a questing around such staff. There is a class A which has

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.