Hi, 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:
- Typing in the virtual keyboard does not trigger the Autocomplete list.
- 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?